Checkbox

With fieldset and label

Login options

Sizes

Colors

Disabled

Indeterminate

The indeterminate state can only be set using JavaScript after the element has rendered.

Checkbox with custom colors

Use the `classes` property for custom Tailwind utilities.

State Management

A checkbox is a controlled component. Its state must be managed by a parent using `isChecked` and `onToggle`.

The checkbox is unchecked