Forms

Checkbox Group

A checkbox group lets users select multiple items from a list of options, offering flexible choices for enhanced user interaction and control.

Basic

A group of checkboxes that lets you select multiple options at once.

Settings

Installation

If you hit any issues, make sure you check out the installation guide here for more information.

Composed Components

Plug this component into the CLI, and it automatically loads all the included components. No need to add them individually.

The Checkbox Group comes packed with a variety of components to make it stand out.

Field

Field's a core piece every other component uses. It flexes reusable styles, showing up in inputs, labels, descriptions, and more.

Manual Installation

Sometimes, using the CLI is the way to go, so make sure you install the necessary dependencies for the components you want to use.

Anatomy

Description

Add a description to the checkbox group using the description prop.

User PermissionsSelect the permissions you want to grant to the user.

Validation

The checkbox group is in an error state.

Settings

Indeterminate

The checkbox group is in an indeterminate state.

Controlled

Control the checkbox group value with the value prop.

Options
No values selected

Uncontrolled

Control the checkbox group value with the defaultValue prop.

Options

Disabled

Disable the entire checkbox group by passing the isDisabled prop.

Settings

Read Only

When you need just a read-only checkbox group, pass the isReadOnly prop.

<CheckboxGroup isReadOnly/>