mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
web: add more checkboxes
This commit is contained in:
parent
2036c2bdfa
commit
53fbc6a6af
1 changed files with 8 additions and 0 deletions
|
@ -43,6 +43,14 @@
|
|||
<input type="checkbox" name="checkbox-3" id="checkbox-3">
|
||||
<label for="checkbox-4">4</label>
|
||||
<input type="checkbox" name="checkbox-4" id="checkbox-4">
|
||||
<label for="checkbox-5">5</label>
|
||||
<input type="checkbox" name="checkbox-5" id="checkbox-5">
|
||||
<label for="checkbox-6">6</label>
|
||||
<input type="checkbox" name="checkbox-6" id="checkbox-6">
|
||||
<label for="checkbox-7">7</label>
|
||||
<input type="checkbox" name="checkbox-7" id="checkbox-7">
|
||||
<label for="checkbox-8">8</label>
|
||||
<input type="checkbox" name="checkbox-8" id="checkbox-8">
|
||||
</dd>
|
||||
|
||||
<dt><label for="slider">Slider</label></dt>
|
||||
|
|
Loading…
Add table
Reference in a new issue