icheck
icheck copied to clipboard
DIV inside LABEL
In the example in the readme, the javascript is adding a DIV-tag inside of a LABEL-tag, thats may work in most browsers, but is by definition invalid HTML.
http://stackoverflow.com/questions/18609554/is-div-inside-label-block-correct
I think the use of span-tags would make it posible to get the same result, but with valid HTML