Skip to content

Instantly share code, notes, and snippets.

@mrmoje
Created January 29, 2014 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrmoje/8692320 to your computer and use it in GitHub Desktop.
Save mrmoje/8692320 to your computer and use it in GitHub Desktop.
A Pen by mrmoje.
<input type="checkbox" value="My Checkbox Label or Value" /><br>
<input type="checkbox" value="My Second Checkbox Label or Value" /><br>
<input type="checkbox" value="My Third Checkbox Label or Value" /><br>
[type=checkbox]:after {
content: attr(value);
margin: -3px 15px;
vertical-align: top;
display: inline-block;
white-space:nowrap;
cursor:pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment