|
46 | 46 | <div class="demo-description">
|
47 | 47 | css for new checkbox widget
|
48 | 48 | </div>
|
49 |
| - <div class="controls"> |
50 |
| - <button id="create">Create</button> |
51 |
| - <button id="destroy">Destroy</button> |
52 |
| - <button id="enable">Enable</button> |
53 |
| - <button id="disable">Disable</button> |
54 |
| - <button id="refresh">Refresh</button> |
55 |
| - <input type="checkbox" id="icon" name="icon"><label for="icon">Icon</label> |
56 |
| - <input type="checkbox" id="disabled" name="disabled"><label for="disabled">Disabled</label> |
57 |
| - <input type="text" id="label" name="label"><label for="label">Label</label> |
58 |
| - </div> |
59 |
| - <form> |
60 |
| - <input type="checkbox" id="checkbox-1" /> |
61 |
| - <label for="checkbox-1">Checkbox widget sample</label> |
62 |
| - <input type="checkbox" id="checkbox-2" /><label for="checkbox-2">Checkbox widget sample</label> |
63 |
| - |
64 |
| - <input type="radio" id="radio-1" name="radio" checked/> |
65 |
| - <label for="radio-1">Radio widget sample</label> |
66 |
| - <input type="radio" id="radio-2" name="radio"/><label for="radio-2">Radio widget sample 2</label> |
67 |
| - <button type="reset">Reset</button> |
68 |
| - </form> |
| 49 | +<div class="controls"> |
| 50 | + <button id="create">Create</button> |
| 51 | + <button id="destroy">Destroy</button> |
| 52 | + <button id="enable">Enable</button> |
| 53 | + <button id="disable">Disable</button> |
| 54 | + <button id="refresh">Refresh</button> |
| 55 | + <input type="checkbox" id="icon" name="icon"><label for="icon">Icon</label> |
| 56 | + <input type="checkbox" id="disabled" name="disabled"><label for="disabled">Disabled</label> |
| 57 | + <input type="text" id="label" name="label"><label for="label">Label</label> |
69 | 58 | </div>
|
| 59 | +<form> |
| 60 | + <input type="checkbox" id="checkbox-1" /> |
| 61 | + <label for="checkbox-1">Checkbox widget sample</label> |
| 62 | + <input type="checkbox" id="checkbox-2" /><label for="checkbox-2">Checkbox widget sample</label> |
| 63 | + |
| 64 | + <input type="radio" id="radio-1" name="radio" checked/> |
| 65 | + <label for="radio-1">Radio widget sample</label> |
| 66 | + <input type="radio" id="radio-2" name="radio"/><label for="radio-2">Radio widget sample 2</label> |
| 67 | + <button type="reset">Reset</button> |
| 68 | +</form> |
70 | 69 | </body>
|
71 | 70 | </html>
|
0 commit comments