Components / checkbox

checkbox

Native checkbox styled to match shadcn. Supports indeterminate.

status: stable js: none support: baseline

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

Classes

.checkbox

Dependencies

base/tokens