Skip to content

Instantly share code, notes, and snippets.

@zackn9ne
Created December 5, 2014 23:10
Show Gist options
  • Select an option

  • Save zackn9ne/5a71ad62c1f6b4179bd8 to your computer and use it in GitHub Desktop.

Select an option

Save zackn9ne/5a71ad62c1f6b4179bd8 to your computer and use it in GitHub Desktop.
radial button code html
<div class="radioList">
<label class="label_radio">
<input type="radio" name="radioList" value="1"> Yes
</label>
<label class="label_radio">
<input type="radio" name="radioList" value="2"> No
</label>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment