This StackOverflow answer describes how to style checkboxes using CSS3 without requiring a :
input[type=checkbox]:before { cont
Yes, absolutely you can use that pseudo class e.g: let's give the position of
"input[type="checkbox"]" be relative and the position of the
"input[type="checkbox"]"
"input[type="checkbox"]:before" be absolute.
"input[type="checkbox"]:before"
TRY THIS, it will work in chrome but not in firefox.