
I tried to switch to the JavaScript only view but my click was ignored. It turns out that this happened because I managed to click in the 3px gap between the <input> and its <label>. The input has a 3px margin.
Putting the input inside of the label would avoid this problem.
┆Issue is synchronized with this Jira Task