Getting started
Components
Use Radio Button Group when options are mutually exclusive and only one option is valid.
Don't use Radio Button Groups if you need to select multiple options.
Group related buttons in a Radio Button Group (e.g., types of graphs).
Don't group buttons together that are not related to each other.
Pair icon-only variants with text for better context.
Don't use the icon-only variant if the icons are not easily recognizable.
Use Radio Button Group to let users select one option from a list.
Don't use Radio Button Groups for actions, such as save, edit, or delete. Use single Buttons or a Button Group instead.