Created
March 21, 2017 09:27
-
-
Save cristinecula/3c2521df983d9cc6f7458ce149803ba7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"interval":"monthly"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment