Components
Checkbox
Boolean input with indeterminate state.
Preview
Installation
pnpm add nyxis-ui
Usage
import { Checkbox } from 'nyxis-ui';
// or, for stricter tree-shaking:
// import { Checkbox } from 'nyxis-ui/checkbox';
<Checkbox id="terms" />
<Label htmlFor="terms">Accept terms</Label>