Loading…
In settings tab, there are checkboxes and labels. And I can't click on coresponding label to (un)check the chexbox.
There are 2 ways to do this:
<input type="checkbox" id="something"/> <label for="something">Label</label>
<label><input type="checkbox"/> Label</label>
Please use one of these to make the settings more accessible.
this fixes #278
f417a37
In settings tab, there are checkboxes and labels. And I can't click on coresponding label to (un)check the chexbox.
There are 2 ways to do this:
Please use one of these to make the settings more accessible.