Created
June 19, 2012 16:23
-
-
Save smileyj68/2955081 to your computer and use it in GitHub Desktop.
Foundation 3 Custom Radio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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