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
When wrapping <input type=radio|checkbox> in a <label>, clicking the label activates the <input>, but if the input is disabled we only display cursor: not-allowed on the input itself.
When wrapping
<input type=radio|checkbox>in a<label>, clicking the label activates the<input>, but if the input is disabled we only displaycursor: not-allowedon theinputitself.