On, Off, or Maybe
whether a control is checked or indeterminate
input:checked + label {
font-weight: 600;
}
input:indeterminate + label {
color: var(--text-2);
} whether a control is checked or indeterminate
input:checked + label {
font-weight: 600;
}
input:indeterminate + label {
color: var(--text-2);
}