Checkbox
Binary input with indeterminate state, custom icons, label association, and keyboard support.
Preview
example.tsxtsx
Installation
Install the individual package:
snippet.bashbash
pnpm add @sisyphos-ui/checkbox @sisyphos-ui/coreOr use the umbrella package that bundles everything:
snippet.bashbash
pnpm add @sisyphos-ui/uiUsage
Import the component styles and the component itself:
snippet.tsxtsx
import "@sisyphos-ui/checkbox/styles.css";
import { Checkbox } from "@sisyphos-ui/checkbox";Semantic colors
example.tsxtsx
API
Props table is being written. See the package README for the complete API surface.
The full API including refs, ARIA attributes, and HTML passthroughs lives in the package README.