Kendo.Mvc.UI.Fluent.RadioButtonBuilder
Defines the fluent API for configuring the Kendo UI RadioButton
Methods
Checked(System.Boolean)
Specifies whether the radio button is checked.
Parameters
value System.Boolean
The value for Checked
Enable(System.Boolean)
Specifies whether the radio button should be enabled or disabled. By default, it is enabled.
Parameters
value System.Boolean
The value for Enable
Label(System.String)
Specifies the label text.
Parameters
value System.String
The value for Label
Value(System.Object)
Sets the value of the radio button.