CheckboxGruppe
CheckboxGruppe, or checkbox group, is a user interface control that presents a set of independent options to the user, allowing any combination of selections. This distinguishes it from mutually exclusive controls such as single-choice lists or radio groups, where only one option may be chosen at a time.
Typically each option is rendered as a checkbox with an associated label. The options can be arranged
Semantics and accessibility: The group should be announced as a unit to assistive technologies. When possible,
Interactions and state: Users toggle each checkbox individually; there is typically no implicit mutual exclusion. Features
Use cases: Checkbox groups are used for preferences, filters, and survey questions where multiple options may