Checkbox
Lets a user toggle a single option on or off.
Basic
Show codeHide code
States
The resting, checked, mixed (indeterminate), and disabled boxes.
Show codeHide code
With icon
Pass an icon to render a glyph between the box and the label.
Show codeHide code
Invalid
The danger look is a state, not a prop: inside an invalid Field the unchecked box recolors its border red, while a checked box keeps the accent fill.
Show codeHide code
Installation
import { Checkbox } from "@makeplane/propel/components/checkbox";