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 Chrome, clicking (or pressing Enter) on a <button> or <a> inside of a <label> for an <input> does not check the corresponding <input>.
Elements like paper-checkbox and paper-radio-button do not behavior this way; tapping the button will check the checkbox/radio-button.
Just using a <label> around a <paper-checkbox> instead of putting the content directly inside the <paper-checkbox>'s light DOM isn't great because the styling is different.
The text was updated successfully, but these errors were encountered:
https://jsfiddle.net/u5m3zgxx/1/
In Chrome, clicking (or pressing Enter) on a
<button>
or<a>
inside of a<label>
for an<input>
does not check the corresponding<input>
.Elements like
paper-checkbox
andpaper-radio-button
do not behavior this way; tapping the button will check the checkbox/radio-button.Just using a
<label>
around a<paper-checkbox>
instead of putting the content directly inside the<paper-checkbox>
's light DOM isn't great because the styling is different.The text was updated successfully, but these errors were encountered: