A binary control that allows users to toggle between checked and unchecked states for selections.
Loading component...
Run the following command to add this component to your project:
Import the component directly from the package:
import { Checkbox } from "@static-ui/ui"Common props available for this component:
| Prop | Type | Description |
|---|---|---|
| className | string | Additional CSS classes to apply. |
Supports indeterminate state via `aria-checked="mixed"`. Uses native `<input type="checkbox">` for built-in accessibility.