DNNCommunity / dnn-elements

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

dnn-toggle does not react to surrounding label click #1188

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-toggle, clicking the surrounding label is not doing this behavior.