The Radio component allows user to select a single item from a list.
The radio and radio group are used for selecting a single option from a list. If you need to have an unselected state, just add a radio button with a None option. Begin labels with a capital letter.
Evergreen exports two components to create radios and radio groups:
input
element.The RadioGroup
is the preferred way to create radio groups in most use cases.