Add checkboxes.html

This commit is contained in:
Ryan Huffman 2015-04-24 09:42:59 -07:00
parent a3edb7b02a
commit 4127ec8019

20
examples/checkboxes.html Normal file
View file

@ -0,0 +1,20 @@
<label>Checkbox 1</label><input type="checkbox"></input>
<table>
<tr>
<td>Checkbox 2</td>
<td><input type="checkbox"></input></td>
</tr>
<tr>
<td>Checkbox 3</td>
<td><input type="checkbox"></input></td>
</tr>
<tr>
<td>Checkbox 4</td>
<td><input type="checkbox"></input></td>
</tr>
</table>
<div>
<input type="checkbox"></input>
</div>