mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 02:53:43 +02:00
Add checkboxes.html
This commit is contained in:
parent
a3edb7b02a
commit
4127ec8019
1 changed files with 20 additions and 0 deletions
20
examples/checkboxes.html
Normal file
20
examples/checkboxes.html
Normal 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>
|
Loading…
Reference in a new issue