Clicking on the label doesn't not toggle the checkbox
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 10.1k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
Refer the following clip:

The checkbox is not toggled after clicking on the respective label
```html
label
```
which turns out the label text isn't enclosed by the label element, and the label element does not associated with the corresponding input element either...
Reproduce: https://codimd-app.herokuapp.com/hlAPcGw5TkmI7w_sSpptUQ
Also refer: [ - HTML: Hypertext Markup Language | MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label)
Contributor guide
Assessment
This issue has not been assessed yet.