Radio Select
Radio buttons are an essential element of forms. They are used when there is a list of two or more options that are mutually exclusive and the user must select exactly one choice. In other words, clicking a non-selected radio button will deselect whatever other button was previously selected in the list.
- Radio Button: A button which the user must select exactly one choice. The selected button will turn blue once selected.
- Label: Text that indicates what input the user is selecting.
See the Forms page to learn more about how Radio Select can be used in form patterns.