css cannot change checkbox checked background color code example
Example: color checkbox css when clicked
input[type=checkbox]:checked {
/*CSS after CHECKED*/
color: #ffd369;
}
input[type=checkbox]:checked {
/*CSS after CHECKED*/
color: #ffd369;
}