Skip to content

Instantly share code, notes, and snippets.

@rpsthecoder
Created July 17, 2018 11:19
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 rpsthecoder/e7f68d2261ad69fab127b64981d4acc8 to your computer and use it in GitHub Desktop.
Save rpsthecoder/e7f68d2261ad69fab127b64981d4acc8 to your computer and use it in GitHub Desktop.
<div id="grid">
<label>Gender:</label>
<input type=radio name=gender> Female
<input type=radio name=gender> Male
<input type=radio name=gender> Other
<b></b> <b></b>
<label>Age Group:</label>
<input type=radio name=ageGroup> 0 - 17
<input type=radio name=ageGroup> 18 - 34
<input type=radio name=ageGroup> 35 - 54
<input type=radio name=ageGroup> 55 &amp; above
<span id="unSelectedRadioCount">Unselected fields<br> </span>
<span id="selectedRadioCount">Selected fields<br> </span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment