Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 19, 2012 16:30
Show Gist options
  • Save smileyj68/2955124 to your computer and use it in GitHub Desktop.
Save smileyj68/2955124 to your computer and use it in GitHub Desktop.
Foundation 3 Simple Custom Form
<form class="custom">
<label for="radio1">
<input name="radio1" type="radio" id="radio1"> Radio Button 1
</label>
<label for="radio2">
<input name="radio1" type="radio" id="radio2" disabled> Radio Button 3
</label>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment