Skip to content

Instantly share code, notes, and snippets.

@mayeaux
Created December 6, 2017 21:33
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 mayeaux/87bbe9983a08e8370a7a00fde12c846e to your computer and use it in GitHub Desktop.
Save mayeaux/87bbe9983a08e8370a7a00fde12c846e to your computer and use it in GitHub Desktop.
3 switch toggle
<div class="switch-toggle switch-3 switch-candy">
<input id="on" name="state-d" type="radio" checked="">
<label for="on" onclick="">ON</label>
<input id="na" name="state-d" type="radio" checked="checked">
<label for="na" onclick="">N/A</label>
<input id="off" name="state-d" type="radio">
<label for="off" onclick="">OFF</label>
<a></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment