RadioButtonThe radio button comes only in one size, and cannot be resized. Size: 24x24

- Overview
- UX Guidelines
- Dev
Usage Examples
States
Property | Preview |
---|---|
Un-Checked | ![]() |
Checked | ![]() |
Disabled - Un-Checked | ![]() |
Disabled - Checked | ![]() |
Accessories
Property | Preview |
---|---|
Label A label can be displayed next to the RadioButton. Use this style when the user needs to select from a fewer variety of choices. | ![]() |
Spec
Size
The checkbox comes only in one size, and cannot be resized. Size: 24x24
RadioGroupUse the RadioGroup component to group a list of radio options.
<Add link>
LayoutWhen creating a settings screen, display controls on the right side only to keep alignment between various controls like toggleSwitch, radioButton and Checkbox.
When selection is a part of a flow, displaying controls on the left is more appropriate.
PlaygroundCode Example
APIThis is the list of additional props for the component