Kendo.Mvc.UI.Fluent.CheckBoxBuilder
Defines the fluent API for configuring the Kendo UI CheckBox
Methods
Checked(System.Boolean)
Indicates whether the CheckBox is checked.
Parameters
value System.Boolean
The value for Checked
Enable(System.Boolean)
Indicates whether the CheckBox should be enabled or disabled. By default, it is enabled.
Parameters
value System.Boolean
The value for Enable
Label(System.String)
Specifies the checkbox label.
Parameters
value System.String
The value for Label