Checkbox
Custom styled checkbox inputs
Examples
Default
Basic checkbox with label.
html
Sizes
Small, default, and large checkbox sizes.
html
Color Variants
Semantic color options for checkboxes.
html
With Description
Checkbox with supporting text.
html
Card Style
Card-style checkbox selection.
html
Usage
Import the checkbox component:
Cleopatra - Modern Admin Dashboard
import { initCheckbox } from '../components/ui/checkbox';
initCheckbox();
Available Classes
.checkbox
.checkbox-wrapper
.checkbox-label
.checkbox-description
.checkbox-sm
.checkbox-lg
.checkbox-success
.checkbox-group
.checkbox-card