Skip to content

Instantly share code, notes, and snippets.

@makzan
Created December 15, 2015 15:30
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 makzan/720c9e677b75d9ee58c3 to your computer and use it in GitHub Desktop.
Save makzan/720c9e677b75d9ee58c3 to your computer and use it in GitHub Desktop.
Switch Toggle for blog post
<div class="switch-toggle switch-candy">
<input id="week" name="view" type="radio" checked>
<label for="week" onclick="">Week</label>
<input id="month" name="view" type="radio">
<label for="month" onclick="">Month</label>
<input id="day" name="view" type="radio">
<label for="day" onclick="">Day</label>
<a></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment