Overview
Components
Properties
Checkbox Component
Label Positions
Variants
Colors
Sizes
Alignments
States
Indeterminate
High Contrast
Only available on "solid" variant
Styling Attributes
Root
.checkbox-root
data-variant
enum
"solid" | "outlined" | "muted"
data-checked
boolean
"true" | "false"
undefined
data-indeterminate
boolean
"true" | "false"
undefined
data-high-contrast
boolean
"true" | "false"
undefined
data-disabled
boolean
"true" | "false"
undefined
data-readonly
boolean
"true" | "false"
undefined
data-required
boolean
"true" | "false"
undefined
Indicator
.checkbox-indicator
data-variant
enum
"solid" | "outlined" | "muted"
Label
.checkbox-label
data-position
enum
"top" | "bottom" | "left" | "right"