Radio Buttons provide a control to select one exclusively from a list of options.
Read more about when and how to use the Radio Button component on the website.
yarn add @hig/radio-button
import RadioButton from '@hig/radio-button';
import '@hig/radio-button/build/index.css';
<RadioButton label="Yes or No?" />