Checkbox
A checkbox allows the user to check or uncheck an option.
Anatomy

- Group Label - text that conveys how the checkboxes are related and prompts the user to check one or more checkbox.
- Control - the input control that conveys the appropriate state of the checkbox to the user. By default it is unselected. Clicking a checkbox will check or uncheck it.
- Checkbox Label - a short name that lets the user know what the checkbox is checking. Clicking the label should toggle the checkbox.
- Description (optional) - additional text that can be used to add clarity or context to the checkbox label. Clicking the description should do nothing.