diff options
Diffstat (limited to 'tests/unit/button/button.html')
-rw-r--r-- | tests/unit/button/button.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit/button/button.html b/tests/unit/button/button.html index e016a06b0..a6ff8fc61 100644 --- a/tests/unit/button/button.html +++ b/tests/unit/button/button.html @@ -40,6 +40,11 @@ <input type="radio" id="radio02" name="radio"><label for="radio02">Choice 2</label> <input type="radio" id="radio03" name="radio"><label for="radio03">Choice 3</label> </div> +<div id="checkbox0"> + <input type="checkbox" id="checkbox01" name="checkbox"><label for="checkbox01">Choice 1</label> + <input type="checkbox" id="checkbox02" name="checkbox"><label for="checkbox02">Choice 2</label> + <input type="checkbox" id="checkbox03" name="checkbox"><label for="checkbox03">Choice 3</label> +</div> <form> <div id="radio1" style="margin-top: 2em;"> <input type="radio" id="radio11" name="radio"><label for="radio11">Choice 1</label> |