That's it. I have a checkbox that I applied to the following CSS style:
-webkit-appearance: none;
The same code is in some text fields that I have, and they still continue to work fine. Why does this function prevent checkboxes from checking?
I like the style of this checkbox, but I still need the functionality. If I changed the code to:
-webkit-appearance: checkbox;
It displays a standard checkbox. Any ideas? Here is a JS script for demo purposes: http://jsfiddle.net/VWC76/
source share