Checkboxen
Checkboxen are a graphical user interface element that presents a small square box which can be toggled between a checked and an unchecked state to represent a binary choice. They are commonly used in forms to indicate agreement, option selection, or enabling features. In some interfaces a third state, indeterminate, signals a mixed or partially selected group. The term Checkboxen reflects the German plural of checkbox.
Behavior and states: A checkbox can be checked, unchecked, or, in some systems, set to an indeterminate
Accessibility: Each checkbox should be paired with a text label, and native controls are keyboard accessible
Design and usage guidelines: Checkboxes convey optional, non-exclusive choices and are distinct from toggle switches. They
Implementation notes: In HTML, a checkbox is an input element with type="checkbox" and is commonly paired with