Skip to main content

Radio button

Used for one of the switches in the vehicle that requires operation, providing an independent selection option.

radio1.svg

1. Root : The minimum container area that wraps the Checkbox component
2. Control : A visual element that indicates the state of the checkbox


States

StateValueDescription
Value (Selected)Num / NullNull: Unselected Radio
Num: The order value of the selected Radio
PressedBooleanTurns True when being clicked by touch
DisabledBooleanIf True, Radio is in a non-controllable state
InvalidBooleanIf True, indicates an invalid value

Behaviors

radio2.svg radio3.svg