canonical / canonical/test_observer
Checkbox labels are not clickable
Open
- Dominant language
- Python
- Stars
- 13
- Forks
- 13
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 11
Description
When clicking on a label associated to a checkbox in the Assignees or Status sections, nothing happens:

In usual HTML forms, a `` 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
```html
In OIL:
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.