<kendo:checkBoxGroup-items>

Array of items to be rendered as checkboxes in the CheckBoxGroup. If the array contains objects, their fields will be used for each checkbox configuration. If the array contains strings, those will be used as both value and label of the respective checkbox.

Example

<kendo:checkBoxGroup>
    <kendo:checkBoxGroup-items></kendo:checkBoxGroup-items>
</kendo:checkBoxGroup>

Configuration Attributes

Configuration JSP Tags

kendo:checkBoxGroup-item

Array of items to be rendered as checkboxes in the CheckBoxGroup. If the array contains objects, their fields will be used for each checkbox configuration. If the array contains strings, those will be used as both value and label of the respective checkbox.

More documentation is available at kendo:checkBoxGroup-item.

Example

<kendo:checkBoxGroup-items>
    <kendo:checkBoxGroup-item></kendo:checkBoxGroup-item>
</kendo:checkBoxGroup-items>
In this article
Not finding the help you need?