You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Firefox and Chromium (supporting), clicking the label will toggle the switch
However, in epiphany (webkit) clicking the label will not toggle the switch.
The polyfill should add click listeners to labels associated with the control via for
The text was updated successfully, but these errors were encountered:
Consider this example switch component
When it is labeled, clicking the label should toggle the switch:
In Firefox and Chromium (supporting), clicking the label will toggle the switch
However, in epiphany (webkit) clicking the label will not toggle the switch.
The polyfill should add click listeners to labels associated with the control via
for
The text was updated successfully, but these errors were encountered: