-
-
Save WebPlatformDocs/9894a36f37dcbc501905 to your computer and use it in GitHub Desktop.
Untitled
This file contains 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> | |
<fieldset> | |
<legend>Check boxes</legend> | |
<input type="checkbox" name="check1" id="check1" value="Option 1"> | |
<label for="check1">Option 1</label><br> | |
<input type="checkbox" name="check2" id="check2" value="Option 2" checked> | |
<label for="check2">Option 2</label><br> | |
<input type="checkbox" name="check3" id="check3" value="Option 3"> | |
<label for="check3">Option 3</label><br> | |
<input type="checkbox" name="check4" id="check4" value="Option 4" checked> <label for="check4">Option 4</label> | |
</fieldset> | |
</form> |
This file contains 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
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment