Description
I'm trying to slot an anchor tag in a <paper-toggle-button> as part of its label, but I find that the toggle is preventing the click event from propagating to the anchor tag.
Expected outcome
The default behavior of an anchor tag nested in a label: clicking on the anchor tag should take precedence over the toggle.
Actual outcome
Paper toggle is triggered, no pointer events are forwarded to the anchor tag.
Live Demo
lit.dev Playground Example comparing the paper-toggle-button behavior vs. a checkbox with label
Steps to reproduce
Nest an anchor tag in a <paper-toggle-button>.
Browsers Affected