I want to change the background color of the checkbox after it is ticked. I have:
input[type='checkbox'] {
background: green;
}
Doesn't seem to work. Any suggestions? Thanks in advance!
I want to change the background color of the checkbox after it is ticked. I have:
input[type='checkbox'] {
background: green;
}
Doesn't seem to work. Any suggestions? Thanks in advance!
You should use custom checkbox to do this. iCheck or prettyCheckable
more Here