ComponentsCheckbox

Checkbox

Use GdsCheckbox for on/off settings or any list where users can pick more than one option. Pair it with GdsFormControlLabel to attach a clickable label, and group related checkboxes inside a GdsFormGroup.

Usage

Colors

The colors shown by default match Storybook: default, primary, success, and error.

Sizes

States

A checkbox can be unchecked, checked, indeterminate (e.g. for a “select all” with mixed selection), or disabled.

With label

Form group

Props