It almost works, except on the checked state, I can't change the label color.
input[type="checkbox"].custom:checked label {
color: #fff;
}
It almost works, except on the checked state, I can't change the label color.
input[type="checkbox"].custom:checked label {
color: #fff;
}
.
input[type="checkbox"].custom:checked + label {
background: #1c6db5;
color: #ffffff;
}