Radio
Radio buttons are used for single select items from a variety of options.
States | Emotive Type: body-emotive Radio: 24px Margin right: 16px Check: 16px |
Productive Type: body-productive Radio: 16px Margin-right 8px Check: 8px |
---|---|---|
:enabled | ||
:hover | ||
:focus | ||
:selected | ||
:hover-selected | ||
:focus-selected | ||
:disabled-selected | ||
:disabled-enabled | ||
:skeleton | ||
:readonly-selected | ||
:readonly |
Radio groups
Positions | Emotive Type: body-emotive Radio: 24px Margin right: 16px Check: 16px |
Productive Type: body-productive Radio: 16px Margin-right 8px Check: 8px |
---|---|---|
Margin-bottom: 16px |
Usage
Radio buttons are when you have a group of exclusive choices and the user is only allowed to select one item from the group.
Unlike checkboxes, radio buttons allow only one selection from the group of selections.
Radio buttons can be standalone or in a group. If used in a group, a group label is required. Radio groups are also stacked vertically.