Skip to content

Instantly share code, notes, and snippets.

@johnnysparks
Created May 1, 2013 21:34
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 johnnysparks/5498569 to your computer and use it in GitHub Desktop.
Save johnnysparks/5498569 to your computer and use it in GitHub Desktop.
Markup for custom radio buttons.
<form id="styled">
<input type="radio" name="emotion" id="happy" />
<label for="happy">
<img alt="happy" src="http://i.imgur.com/zm8fp.png" />
<p>happy</p>
</label>
<input type="radio" name="emotion" id="sad" />
<label for="sad">
<img alt="sad" src="http://i.imgur.com/sKhy9.png" />
<p>sad</p>
</label>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment