CheckBox
A Checkbox lets users select one or more options. It’s commonly used in a Checkbox Group to present multiple choices, but can also be used individually to toggle a single option.
Controlled
You can share state control from a parent component. Clicking Checkbox 1 has no effect, while clicking Checkbox 2 updates the state and toggles both checkboxes.