Checkbox
Preview
import Checkbox from "@repo/ui/Checkbox";
<Checkbox />;
Installation
npx the-dig@latest add Checkbox
Props
| Prop | Type | Default |
|---|---|---|
className | string | - |
| Others | InputHTMLAttributes<HTMLInputElement> (e.g. onChange, disabled, etc.) | Document |
Disabled
import Checkbox from "@repo/ui/Checkbox";
<Checkbox defaultChecked disabled />;
Indeterminate
import Checkbox from "@repo/ui/Checkbox";
<Checkbox defaultChecked data-indeterminate />;