inputSizeString(default: undefined)

Sets a value controlling the size of the radio inputs. When undefined (the default), the theme controls the size. Can also be set to the following string values:

  • "small"
  • "medium"
  • "large"

Example

<ul id="radiogroup"></ul>

<script>
    $("#radiogroup").kendoRadioGroup({
        items: [ "one", "two", "three" ],
        inputSize: "large"
    });
</script>
In this article
inputSize
Not finding the help you need?
Contact Support