Switch
It is one of the switches in the vehicle that requires manual operation and is used to change the state through On/Off.
1. Root : The minimum container area that wraps the switch component
2. Handle : A visual element involved in controlling the switch
3. Track : A visual element that indicates the current state of the switch
States
| State | Value | Description |
|---|---|---|
| Checked | On/Off | Switches between states depending on whether the switch is ON or OFF |
| Pressed | Boolean | Changes to True when being clicked via touch |
| Disabled | Boolean | If True, the button is in a non-controllable state |
| Invalid | Boolean | If True, indicates the value is invalid |
Behaviors