Can I create a checkbox background?

My forms have checkboxes, and I would like to replace the usual arrow check with a colored background that shows when the checkbox is checked. I am not very familiar with CSS. This is what I can do with CSS. I don't want to use anything interesting like jQuery. Just looking for something really basic.

Maril

+3
source share
2 answers

You can take a look at the following article .

+1
source

I think you are looking for something like this

0
source

All Articles