Toggle
Switches toggle the state of a single setting on or off.
Properties
Name | Type | Description |
value |
| Whether component is checked. Defaults to false. |
onValueChange |
| Called when toggle should switch it's value. |
disabled |
| Makes toggle disabled. |
Last updated