<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.

Example

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

Configuration Attributes

attributes java.lang.Object

Collection of key-value pairs that would be used to generate the attributes attached to each k-checkbox-item element.

Example

<kendo:checkBoxGroup-item attributes="attributes">
</kendo:checkBoxGroup-item>

cssClass java.lang.String

Any custom classes that should be attached to the k-checkbox-item element.

Example

<kendo:checkBoxGroup-item cssClass="cssClass">
</kendo:checkBoxGroup-item>

enabled boolean

Defines whether the checkbox is enabled or not. By default all checkboxes are enabled.

Example

<kendo:checkBoxGroup-item enabled="enabled">
</kendo:checkBoxGroup-item>

encoded boolean

Determines whether the checkbox label content should be rendered as an HTML string or it should be encoded.

Example

<kendo:checkBoxGroup-item encoded="encoded">
</kendo:checkBoxGroup-item>

label java.lang.String

Specifies the label content for the checkbox.

Example

<kendo:checkBoxGroup-item label="label">
</kendo:checkBoxGroup-item>

value java.lang.String

Specifies the value for the checkbox.

Example

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