<Checkbox />
Checkbox
src/components/form-controls.tsx
Import
import { Checkbox } from "@ossrandom/design-system";
Examples
<Space size="sm">
<Checkbox />
<Checkbox
disabled
/>
</Space>
API
extends BaseProps
| Prop | Type |
|---|---|
checked |
boolean |
defaultChecked |
boolean |
indeterminate |
boolean |
disabled |
boolean |
label |
ReactNode |
description |
ReactNode |
onChange |
(checked: boolean) => void; |