Switch
One of the switches that require operation inside the vehicle, used to change the state via On/Off.
1. Root : The smallest unit container area that wraps the switch component
2. Handle : Visual element involved in controlling the switch
3. Track : Visual element indicating the state of the switch
States
State | Value | Description |
---|---|---|
Checked | On/Off | The state transition depending on the ON/OFF status of the switch |
Pressed | Boolean | Switches to True when in a clicked state via touch |
Disabled | Boolean | If True, the Button is in a non-controllable state |
Invalid | Boolean | If True, indicates that the value is invalid |
Behaviors