<kendo:radioGroup-items>
Array of items to be rendered as radio buttons in the RadioGroup. If the array contains objects, their fields will be used for each radio button. If the array contains strings, those will be used as both value and label of the respective radio button.
Example
<kendo:radioGroup>
<kendo:radioGroup-items></kendo:radioGroup-items>
</kendo:radioGroup>
Configuration Attributes
Configuration JSP Tags
kendo:radioGroup-item
Array of items to be rendered as radio buttons in the RadioGroup. If the array contains objects, their fields will be used for each radio button. If the array contains strings, those will be used as both value and label of the respective radio button.
More documentation is available at kendo:radioGroup-item.
Example
<kendo:radioGroup-items>
<kendo:radioGroup-item></kendo:radioGroup-item>
</kendo:radioGroup-items>