styledsea
Inputs

Checkbox

A control that toggles between two options, checked or unchecked.

If you have multiple options appearing in a list, you can preserve space by using checkboxes instead of on/off switches. If you have a single option, avoid using a checkbox and use an on/off switch instead.

Default checkbox

Checkbox with label

DefaultChecked

Disabled checkbox

Indeterminate

State indeterminate is used to represent a mixed or partially selected state, typically used when dealing with hierarchical selections, such as selecting subcategories within a category (e.g., selecting some but not all files within a folder).

Last updated on

On this page

Edit on GitHub