Checkbox

A control that allows the user to toggle between checked and not checked.

Installation

npx shadcn@latest add https://spoke.georgedrury.co.uk/r/checkbox

Lineage

Spoke utility classes

ClassFallback chainDescription
--checkbox-radiusvar(--form-control-radius, 4px)Border radius for checkbox
--checkbox-bordervar(--input)Border colour for checkbox
--checkbox-backgroundtransparentBackground colour for checkbox
--checkbox-checkedvar(--primary)Colour for checked checkbox variant
--checkbox-checked-foregroundvar(--primary-foreground)Text/icon colour for checked checkbox variant
--checkbox-checked-bordervar(--primary)Border colour for checked checkbox variant
--shadow-checkboxvar(--shadow-xs)Box shadow for checkbox