All browsers except Chrome do display this style:
.my-checkbox {
width: 20px;
height:20px;
color:#fff;
-moz-appearance:none;
-webkit-appearance:none;
-o-appearance:none;
border: 0px inset ThreeDFace ! important;
margin: 5px;
padding: 5px;
}
Example: http://jsfiddle.net/sJxst/
is this approach possible in Chrome?
There is a jquery plugin for this.. i don’t know any other method yet for Chrome
http://archive.plugins.jquery.com/project/ui-checkbox
Also check this:
http://jsfiddle.net/KfjuS/4/