Anyone else have an issue where clicking the label doesn’t cause the checkbox to be selected on mobile? It’s working properly on desktop but as soon as I try it on my ipad or mobile phone, it doesn’t work.
Here’s a fiddle showing the HTML code in question, directly copied from my site.
https://jsfiddle.net/9mufpeyb/
To repro:
Run the fiddle
Click the label on desktop, notice that the checkbox becomes selected properly.
Open dev tools, switch to mobile view, and click label. Notice that the checkbox doesn’t become selected. It’s like nothing happens.
I’ve confirmed this issue on an actual iphone and ipad as well.