Skip to content

Instantly share code, notes, and snippets.

@mistergibson
Created August 13, 2018 18:10
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 mistergibson/97245f952d4ffeb7690d38585962489c to your computer and use it in GitHub Desktop.
Save mistergibson/97245f952d4ffeb7690d38585962489c to your computer and use it in GitHub Desktop.
Code in question
<fieldset>
<legend>Select:</legend>
<label for='c2a7a47a-df2f-456c-a15d-8988e34834d0'>Choice 1</label>
<input type='radio' name='c2a7a47a-df2f-456c-a15d-8988e34834d0' id='c2a7a47a-df2f-456c-a15d-8988e34834d0'>
<label for='66bfbdd6-4a61-46e9-9e74-4a95c3cb8e7d'>Choice 2</label>
<input type='radio' name='66bfbdd6-4a61-46e9-9e74-4a95c3cb8e7d' id='66bfbdd6-4a61-46e9-9e74-4a95c3cb8e7d'>
<label for='d0f73955-349c-479f-81e2-0fd22b121d39'>Choice 3</label>
<input type='radio' name='d0f73955-349c-479f-81e2-0fd22b121d39' id='d0f73955-349c-479f-81e2-0fd22b121d39'>
</fieldset>
<script>$('input[type=radio]').checkboxradio();</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment