Design Radio Buttons
Forms & Inputs · buttons, controls
Updated 2026-07-28
- Radio buttons represent one choice from many.
- Good radio groups:
- Have a default when appropriate.
- Show all options.
- Make selected state obvious.
- Avoid:
- Long hidden lists.
- Using dropdowns when comparison matters.
- If users need to compare choices, show them.
Related guides