Skip to content

Instantly share code, notes, and snippets.

@WebPlatformDocs
Forked from anonymous/dabblet.html
Created October 8, 2014 10:50
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 WebPlatformDocs/9894a36f37dcbc501905 to your computer and use it in GitHub Desktop.
Save WebPlatformDocs/9894a36f37dcbc501905 to your computer and use it in GitHub Desktop.
Untitled
<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>
{"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