Skip Navigation
React Magma

Radio Button

The Radio button allows the user to select one option from a set.

Usage

Use radio buttons when the user needs to see all available options. If available options can be collapsed, consider using a Select component because it uses less space.

Radio buttons should have the most commonly used option selected by default.

Radio buttons example

Radio buttons

Radio select only one

Correct

Use radio buttons when only one item can be selected from a list.

Radio select only one incorrect

Incorrect

Don’t use checkboxes when only one item can be selected from a list. Use radio buttons instead.

Radio example 2

Radio buttons - only one option can be selected at a time.

States

Radio buttons can be off or on. Radio buttons have enabled, focused and pressed states.

Radio states

Radio states

Inverse

Use the inverse version when using the radio buttons on a dark background.

Radio inverse

Inverse colors

On this page

Deploys by Netlify