CheckboxGroup

CheckboxGroups present lists of checkboxes that allow users to make multiple selections in a list of non-mutually exclusive choices.

Usage Guidelines

The Telerik and Kendo UI CheckboxGroup requires you to follow some basic principles when using the component.

Purpose

The CheckboxGroup component is used to present a set of options where users can make multiple selections, rather than just one.

A Telerik and Kendo UI CheckboxGroup with three available options
Use CheckboxGroups to enable the user to select one or more options from a list.
Incorrect use of a Telerik and Kendo UI CheckboxGroup representing a list of mutually exclusive options.
Avoid using CheckboxGroups for mutually exclusive options.

Indeterminate State

The indeterminate state of a checkbox within the CheckboxGroup component is not a standalone state, but a state that depends on the previously selected options by the user.

A root-level Telerik and Kendo UI CheckboxGroup in its indeterminate state indicating that not all of the group options it contains have been selected.
Use the indeterminate state of a checkbox within CheckboxGroup to indicate that the user has selected a child checkbox that partially selects its parent checkbox.
Incorrectly checked root-level checkbox within a Telerik and Kendo UI CheckboxGroup while not all of the group options it contains have been selected.
Avoid using a checked checkbox for a root CheckboxGroup item unless you want to indicate that all the options within the particular group are selected.
Feedback