Skip to content

Instantly share code, notes, and snippets.

@hatefulcrawdad
Created February 28, 2013 15:56
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 hatefulcrawdad/5057763 to your computer and use it in GitHub Desktop.
Save hatefulcrawdad/5057763 to your computer and use it in GitHub Desktop.
<!-- Using class options -->
<div class="switch large round">
<input id="z" name="switch-z" type="radio" checked>
<label for="z" onclick="">Off</label>
<input id="z1" name="switch-z" type="radio">
<label for="z1" onclick="">On</label>
<span></span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment