Skip to content

Instantly share code, notes, and snippets.

@nicksheffield
Created November 14, 2013 12:18
Show Gist options
  • Save nicksheffield/7465875 to your computer and use it in GitHub Desktop.
Save nicksheffield/7465875 to your computer and use it in GitHub Desktop.
<!-- 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