Items
configurationArray 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.
items
Arrayitems.attributes
ObjectCollection of key-value pairs that would be used to generate the attributes attached to each k-checkbox-item element.
items.cssClass
StringAny custom classes that should be attached to the k-checkbox-item element.
items.enabled
BooleanDefines whether the checkbox is enabled or not. By default all checkboxes are enabled.
Default: true
items.encoded
BooleanDetermines whether the checkbox label content should be rendered as an HTML string or it should be encoded.
Default: true
items.label
StringSpecifies the label content for the checkbox.
items.value
StringSpecifies the value for the checkbox.