How do I change the color of the check mark within an HTML checkbox input?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You could create a checkbox image and use that as your checkbox The following post discusses custom input controls... |
||||
|
|
I believe you'll need a library like jQuery UI to handle things like that. Can't be done with CSS/HTML alone. |
|||
|
You can imitate a check box with another element and set the background color as desired. I haven't tried to make it perfect, just to demonstrate the concept. As you can see, the background color is green, no images, no libraries involved; minimal js. WAIT!!! |
|||
|
|