Radio button
Used as one of the switches requiring in-vehicle operation to provide an independent selection option.
1. Root : The smallest unit container area that wraps the Checkbox component
2. Control : Visual elements that indicate the state of the checkbox
States
State | Value | Description |
---|---|---|
Value (Selected) | Num / Null | Null: Unselected Radio Num: The order value of the selected Radio |
Pressed | Boolean | Switches to True when in a clicked state via touch |
Disabled | Boolean | If True, the Radio is in a state that cannot be controlled |
Invalid | Boolean | If True, indicates that the value is invalid |
Behaviors