CSS3 Checkbox
Custom checkbox with CSS3. Forked from this jammy right here:
http://cssdeck.com/labs/css-checkbox-styles
What I found was missing from the checkboxes was the text beside it, which the tag is really intended for, hence the added styles, and the :before pseudo class...
To achieve the effect, you can use pseudo-classes :before and :after.