When to use this component
Use the radios component when users can only select one option from a list.
When not to use this component
Do not use the radio’s input if users might need to select more than one option. In this case, you should use the checkbox input.
How it works
Is this information correct?
Stacking radio options vertically
When there are more than two options, or the option titles are longer than a single word, the radio options should be stacked vertically.
Is this information correct?
Things to remember
Order radio options alphabetically by default. In some cases, it can be helpful to order them from most-to-least common options, for example, Yes and No questions. But, you should be cautious about doing this as it can suggest bias in your service. If in doubt, order alphabetically.