This component allows to change a setting between two states. |
Public Variables (Properties)
[?]
Common Variables: Name, Visible, Breakpoint, Grid Width, Grid Height, Content Overflow, Container Style, Custom Classes, Style, Preloader, Component Bindings, Tooltip.
Selected
Determines whether the toggle button is checked.
Variable Name: | checked |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
checked | Boolean | Selected |
Size
Defines the size of the toggle button:
Default - a normal toggle button will be rendered
Small - a small toggle button will be rendered
Variable Name: | size |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
size | String | Size |
Disabled
This flag indicates the component is active. Disabled components do not respond to user input, and are rendered as grayed-out.
Variable Name: | disabled |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
disabled | Boolean | Disabled |
Public Events
[?]
Common Events: none
Was this page helpful?