CheckBoxGroupItemBuilder
Defines the fluent API for configuring the CheckBoxGroupItem settings.
Methods
CssClass(System.String)
Any custom classes that should be attached to the k-checkbox-item element.
Parameters
value - System.String
The value that configures the cssclass.
Enabled(System.Boolean)
Defines whether the checkbox is enabled or not. By default all checkboxes are enabled.
Parameters
value - System.Boolean
The value that configures the enabled.
Encoded(System.Boolean)
Determines whether the checkbox label content should be rendered as an HTML string or it should be encoded.
Parameters
value - System.Boolean
The value that configures the encoded.
Label(System.String)
Specifies the label content for the checkbox.
Parameters
value - System.String
The value that configures the label.
Value(System.String)
Specifies the value for the checkbox.
Parameters
value - System.String
The value that configures the value.
HtmlAttributes(System.Object)
Collection of key-value pairs that would be used to generate the attributes attached to each k-checkbox-item element.
Parameters
value - System.Object
The value that configures the htmlattributes.
HtmlAttributes(System.Collections.Generic.IDictionary)
Collection of key-value pairs that would be used to generate the attributes attached to each k-checkbox-item element.
Parameters
value - System.Collections.Generic.IDictionary<String,Object>
The value that configures the htmlattributes.