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