checkbox
Native checkbox styled to match shadcn. Supports indeterminate.
Preview
Markup
<input type="checkbox" class="checkbox" checked>Install
Import the component CSS (depends on base/tokens.css):
@import "@russfranky/shadcss/src/components/checkbox.css";
…or copy it into your repo with the CLI:
npx @russfranky/shadcss-cli add checkbox
Accessibility
Native input; aria-invalid for error; indeterminate needs el.indeterminate via JS
Classes
.checkbox
Dependencies
base/tokens