CheckBox CSS variables
Summary
CSS Variables table
Css variable |
Fallback |
Default |
---|---|---|
/ |
/ |
|
/ |
/ |
|
/ |
/ |
|
rgb(37, 99, 235) |
||
white |
CSS Variables list
--mbx-checkbox-background
Fallback |
Default |
---|---|
/ |
/ |
Fallback value for mbx-checkbox-background-light
and mbx-checkbox-background-dark
--mbx-checkbox-background-light
Fallback |
Default |
---|---|
CheckBox background when dark mode is off
--mbx-checkbox-background-dark
Fallback |
Default |
---|---|
CheckBox background when dark mode is on
--mbx-checkbox-background-hover
Fallback |
Default |
---|---|
/ |
/ |
Fallback value for mbx-checkbox-background-hover-light
and mbx-checkbox-background-hover-dark
--mbx-checkbox-background-hover-light
Fallback |
Default |
---|---|
CheckBox background when dark mode is off
, on hover
--mbx-checkbox-background-hover-dark
Fallback |
Default |
---|---|
CheckBox background when dark mode is on
, on hover
--mbx-checkbox-tick-color
Fallback |
Default |
---|---|
/ |
/ |
Fallback value for mbx-checkbox-tick-color-light
and mbx-checkbox-tick-color-dark
--mbx-checkbox-tick-color-light
Fallback |
Default |
---|---|
rgb(37, 99, 235) |
CheckBox tick color when dark mode is off
--mbx-checkbox-tick-color-dark
Fallback |
Default |
---|---|
white |
CheckBox tick color when dark mode is on