Checkboxes provide a control to select from a list of non-exclusive options.
Read more about when and how to use the Checkbox component on the website.
yarn add @hig/checkbox
import Checkbox from '@hig/checkbox';
import '@hig/checkbox/build/index.css';
<Checkbox label="Yes or No?" />