Revert "Add checkboxes.html"

This reverts commit 4127ec8019.
This commit is contained in:
Ryan Huffman 2015-04-24 13:40:02 -07:00
parent df591f9ad7
commit 6087a3e8a9

View file

@ -1,20 +0,0 @@
<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>