Checkbox
A Checkbox component from the Sigil design system.
Import
import { Checkbox } from "@sigil-ui/components";Preview
Usage
<Checkbox>Checkbox content</Checkbox>Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-border-style | Border style |
--s-border | Border |
--s-background | Background |
--s-radius-sm | Radius sm |
--s-duration-fast | Duration fast |
--s-primary | Primary |
--s-primary-contrast | Primary contrast |
--s-ring | Ring |
--s-ring-offset | Ring offset |
--s-text | Text |