Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 19, 2012 16:23
Show Gist options
  • Select an option

  • Save smileyj68/2955081 to your computer and use it in GitHub Desktop.

Select an option

Save smileyj68/2955081 to your computer and use it in GitHub Desktop.
Foundation 3 Custom Radio
<label for="radio1">
<input name="radio1" type="radio" id="radio1" style="display:none;">
<span class="custom radio"></span> Radio Button 1
</label>
<label for="radio2">
<input name="radio1" type="radio" id="radio2" style="display:none;">
<span class="custom radio checked"></span> Radio Button 2
</label>
<label for="radio3">
<input name="radio1" type="radio" id="radio3" disabled style="display:none;">
<span class="custom radio"></span> Radio Button 3
</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment