Created
November 14, 2013 12:18
-
-
Save nicksheffield/7465875 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Annoying --> | |
<label for="dothething">Do the thing?</label> | |
<input type="checkbox" id="dothething" /> | |
<!-- Cool --> | |
<label for="dothething"> | |
<input type="checkbox" id="dothething"> Do the thing? | |
</label> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment