Skip to content

Instantly share code, notes, and snippets.

@milohuang
Created November 18, 2011 23:52
Show Gist options
  • Save milohuang/1378137 to your computer and use it in GitHub Desktop.
Save milohuang/1378137 to your computer and use it in GitHub Desktop.
MailChimp Radio Button 2
<ul class="block-grid three-up">
<li><label for="mce-EMAILTYPE-0"><input type="radio" value="html" name="EMAILTYPE" id="mce-EMAILTYPE-0" style="display:none;"><span class="custom radio"></span> html</label></li>
<li><label for="mce-EMAILTYPE-1"><input type="radio" value="text" name="EMAILTYPE" id="mce-EMAILTYPE-1" style="display:none;"><span class="custom radio"></span> text</label></li>
<li><label for="mce-EMAILTYPE-2"><input type="radio" value="mobile" name="EMAILTYPE" id="mce-EMAILTYPE-2" style="display:none;"><span class="custom radio"></span> mobile</label></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment