Checkbox
Native checkbox control for binary choices in forms.
Release notes and occasional product updates.
Installation
npx @glass-ui-kit/cli add checkboxUsage
Examples
Default
A minimal checkbox paired with a native label.
Field Pairing
Use Field, Label, and FieldDescription to keep checkbox controls aligned with the rest of your forms.
We only send messages when something important happens.
Disabled
The native disabled attribute handles interaction and styling state.
Styling & API
Checkbox is a native <input type="checkbox"> with glass-aware defaults. It accepts standard checkbox attributes and class composition only.