Skip to content

Instantly share code, notes, and snippets.

@cristinecula
Created March 21, 2017 09:27
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 cristinecula/3c2521df983d9cc6f7458ce149803ba7 to your computer and use it in GitHub Desktop.
Save cristinecula/3c2521df983d9cc6f7458ce149803ba7 to your computer and use it in GitHub Desktop.
<form>
<label>
<input type="radio" bind:group='interval' name="interval" value="monthly">
<span>Monthly</span>
</label>
<label>
<input type="radio" bind:group='interval' name="interval" value="yearly">
<span>Yearly<span>Save 20%</span></span>
</label>
</form>
{"interval":"monthly"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment