USER INTERFACE ELEMENTS
Radio Buttons
Overview
Radio buttons allow users to select a single option from a set. Functionally, radio buttons allow for one selection only. Selecting a new choice automatically de-selects the first.
Radio buttons should be stacked in most cases. If the associated labels are short, button/label sets can be displayed side-by-side to reduce scroll.
Specifications
Radio Button Spacing
Radio Button Error Container
Radio Buttons with Label
On Load
Selected
On Focus - (ADA compliant) - appears on keyboard navigation only
Error
Radio Button Tooltip
On Load
Selected
Tooltip with Error
On Load
Selected
Usage Guidelines
UX Best Practice
Typically radio buttons are used when there are two choices. Use a dropdown when there are more than two choices.
Don’t use the “What’s this?” Tooltip with Radio Buttons
Don’t use a “What’s this?” tooltip with radio buttons. Use the Information Icon tooltip in these situations.