Radio
Enables users to pick exactly one option from a group.
- To present a few options where only one can be selected.
- When you have many options—use a select.
- When multiple options can be selected—use a checkbox.
- For single on/off settings with an instant response—use a switch.
- You want to group multiple options together into a single basic choice—use a choice group.
Released | Released | n/a | n/a | Released |
While it makes sense to provide users with the information they need to make a good choice, providing them with too much information at once actually makes it harder to decide.
So while you might be tempted to stuff everything into labels and additional info, you should try to use progressive disclosure. This means using text links and tooltips to keep info hidden but close by.
Do
Present only absolutely necessary information with interactions to offer more.
Don't
Don’t overwhelm users with too much information at once.
Radios force users to choose only one option. Make sure they’re always presented with two or more options. If you have many options to choose from, consider using a select to decrease the initial cognitive load on users.
Whether you’re offering filters for transport options, statuses for requests, or types of special meals, always present options using the same structure.