how to cross which is side of checkbox using even on checkbox 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;
}