Comment on page
Radio
Radio component.
- 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.


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

- Default

- Small

// Some code
Last modified 2yr ago