Radio

Radio component.

Usage

  • Used to select a single state from multiple options.

  • The difference from Select is that Radio is visible to the user and can facilitate the comparison of choice, which means there shouldn't be too many of them.

States

Specs

1. Basic

2. Radio button

We provide 3 sizes of radio button: large, default and small:

  • Large

  • Default

  • Small

Sample code

// Some code

Last updated