CheckBoxGroupItemTagHelper
Example
Razor
<kendo-checkboxgroup-item>
</kendo-checkboxgroup-item>
Attributes
Attribute | Type | Description |
---|---|---|
css-class | String | Any custom classes that should be attached to the k-checkbox-item element. |
enabled | Boolean | Defines whether the checkbox is enabled or not. By default all checkboxes are enabled. |
encoded | Boolean | Determines whether the checkbox label content should be rendered as an HTML string or it should be encoded. |
html-attributes | IDictionary<String,Object> | Collection of key-value pairs that would be used to generate the attributes attached to each k-checkbox-item element. |
label | String | Specifies the label content for the checkbox. |
value | String | Specifies the value for the checkbox. |