Skip to content

Loading…

Clickable labels for checkboxes #278

Closed
Pitel opened this Issue · 0 comments

1 participant

@Pitel

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.

@gorhill gorhill added a commit that closed this issue
@gorhill gorhill this fixes #278 f417a37
@gorhill gorhill closed this in f417a37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.