A React Checkbox component for use in forms
npm install @chakra-ui/checkboxCheckbox component is used in forms when a user needs to select multiple values
from several options.
``sh
yarn add @chakra-ui/checkbox
npm i @chakra-ui/checkbox
`
`jsx`
import { Checkbox } from "@chakra-ui/checkbox"
`jsx`
CheckboxGroup is used to bind multiple checkboxes into a group, and it indicates
whether one or more options are selected.
`jsx``
- https://www.a11ymatters.com/pattern/checkbox/
- https://www.sarasoueidan.com/blog/inclusively-hiding-and-styling-checkboxes-and-radio-buttons/