Checkbox

A checkbox is an input control that allows a user to select one or more options from a number of choices.

Default

By default, a checkbox input includes a selected and unselected state.

Checked

The checkbox state is managed by react and is set to checked:

Unchecked

The checkbox state is managed by react and is set to unchecked:

Disabled

The checkbox is disabled:

The checkbox state is disabled, and the checkbox is checked: