Skip to content

Commit

Permalink
Base: Update checkbox test page to have a <label>
Browse files Browse the repository at this point in the history
  • Loading branch information
trflynn89 authored and awesomekling committed Apr 4, 2021
1 parent 1380dbe commit 26c9769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Base/res/html/misc/checkbox.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<input id=foo type=checkbox> This is a checkbox
<input id=foo type=checkbox>
<label for=foo>This is a checkbox</label>
<pre id=bar></pre>
<script>
var foo = document.getElementById("foo");
Expand Down

0 comments on commit 26c9769

Please sign in to comment.