Radio Groups let users select exactly one option from a list. Selecting one automatically deselects others. Circular shape signals mutually exclusive choices. Use when you want to show all options at once and require a selection. Common for shipping methods, payment types, account types.
Use radio buttons when users must pick exactly one option from 2-7 choices: shipping methods, payment options, account types, Yes/No questions (with visible options). Show all options—don't hide in dropdown unless >7 options. Use dropdown for many options, checkbox for multi-select, toggle for binary states.
Form Patterns
Single choice—mutually exclusive options, one selection only, circular buttons, grouped decisions