switch
Toggles an option on or off.
Usage
switch(checked) LabelAttributes
| Name | Type | Default | Description |
|---|---|---|---|
checked | boolean | false | Current state. |
disabled | boolean | false | Prevents interaction. |
Toggles an option on or off.
switch(checked) Label| Name | Type | Default | Description |
|---|---|---|---|
checked | boolean | false | Current state. |
disabled | boolean | false | Prevents interaction. |