Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkbox labels are not clickable #143

Open
pieqq opened this issue Mar 25, 2024 · 0 comments
Open

Checkbox labels are not clickable #143

pieqq opened this issue Mar 25, 2024 · 0 comments

Comments

@pieqq
Copy link

pieqq commented Mar 25, 2024

When clicking on a label associated to a checkbox in the Assignees or Status sections, nothing happens:

image

In usual HTML forms, a <label> field is used so that clicking on this label will tick or untick the checkbox. You can see an example of this in C3 for instance:

https://certification.canonical.com/hardware/202302-31221/edit/

If you click on "In OIL", it will tick/untick the checkbox. This is achieved with

<label for="id_in_oil">In OIL:</label> <input type="checkbox" name="in_oil" id="id_in_oil">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant