Skip to content

Commit 88111c0

Browse files
committed
FEATURE: Make checkbox labels clickable.
1 parent ccd558b commit 88111c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ <h1>Instant View Open Issues</h1>
1616
Filters only work <strong>one at a time</strong>. E.g. You can either sort after users <strong>OR</strong> show self-made issues.
1717

1818
<div class="filter-box">
19-
<input type="checkbox" id="self-made-cb" name="check" onchange="filter_self_made()"><label class="checkbox-label">Only self-made issues</label></input>
20-
<input type="checkbox" id="reply-cb" name="check" onchange="filter_no_reply()"><label class="checkbox-label">Only without reply</label></input>
19+
<input type="checkbox" id="self-made-cb" name="self-made-cb" onchange="filter_self_made()"><label class="checkbox-label" for="self-made-cb">Only self-made issues</label></input>
20+
<input type="checkbox" id="reply-cb" name="reply-cb" onchange="filter_no_reply()"><label class="checkbox-label" for="reply-cb">Only without reply</label></input>
2121
</div>
2222

2323
<div class="search-box">

0 commit comments

Comments
 (0)