Radio button
Radio button selects one of the mutually exclusive options.
External resources
Fully implemented in LOGEX Framework.
Variants
There are two main variants: a radio button and a button switch. The default variant is a radio button. The button switch is perfect for situations when there is not enough vertical space, for example in forms.
- Radio button
- Button switch
States
There are two states: unchecked – item is not selected and checked – item is selected. Only one item can be selected at a time.
- Unchecked
- Checked
Usage
Use the radio button for mutually exclusive items.
For items that are not mutually exclusive, use the checkbox instead.
When there is not enough vertical space, use the button switch.