UIToggle
Create a simple toggle component
Properties
Name | Type | Default | Description |
id |
| Required - Id of the toggle | |
label |
| Required - The text label | |
alignRight |
|
| Set to true to have label place to the right |
checked |
|
| Wether the toggle is on or off |
onToggle |
| Callback for when the toggle value changes |
Example
Last updated