Enumerations
Name | Values |
| This class exposes no enumerations. |
Constants
Name | Type | Value |
| | This class exposes no constants. |
Events
Definition | Description |
ValueChange() | Fires when the user changes the value. |
Methods
Definition | Description |
| This class exposes no methods. |
Properties
Name | Type | Default Value | Description |
Group | String | “” | The group of radiobuttons to which this control belongs. |
HasLabel | Boolean | True | Displays LabelTrue or LabelFalse when True. |
IconFalse | String | “fa fa-circle” | The FontAwesome icon that is displayed when the value of the component is False. |
IconTrue | String | “fa fa-check” | The FontAwesome icon that is displayed when the value of the component is True. |
LabelFalse | String | “” | Text to display when Value is Talse. |
LabelTrue | String | “” | Text to display when Value is True. |
StyleIcon | WebStyle | Nil | The WebStyle applied to the Icon when the component's value is False. |
StyleIconTrue | WebStyle | Nil | The WebStyle applied to the Icon when the component's value is True. |
Value | Boolean | False | Current value of the control. |
Examples
There are currently no examples for this class.