DNNCommunity / dnn-elements

Collection of Dnn Stencil custom elements
https://dnncommunity.github.io/dnn-elements/
MIT License
16 stars 10 forks source link

dnn-checkbox does not react to surrounding label click #1186

Closed valadas closed 1 week ago

valadas commented 1 week ago

With a normal html checkbox, it can be wrapped into a label element. Then clicking either the checkbox or the label, it changes the checked state. With dnn-checkbox, clicking the surrounding label is not doing this behavior.