Checkboxes
A Checkbox component is either checked or unchecked
Clicking a Checkbox toggles its state from checked to unchecked (or vice versa)
In a graphical user interface, a Checkbox is used to make a yes/no decision
The states of multiple checkboxes are independent of one another