Checkbox
One of the switches requiring in-vehicle operation, with an option for multiple selections.
1. Root : The smallest container area that wraps the Checkbox component
2. Control : Visual elements that indicate the state of the checkbox
3. Icon : Icon that conveys information about the checkbox
States
State | Value | Description |
---|---|---|
Checked | Boolean | Switch to True when the checkbox is checked |
Pressed | Boolean | Switches to True when in a clicked state via touch |
Disabled | Boolean | If True, the checkbox is in a state that cannot be controlled |
Behaviors