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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
When the disabled attribute is set to true on the checkbox, both the checkbox and its associated label are correctly disabled and adopt a 'disabled' styling (they become grayed, and mouse pointer changes).
When the checkbox exists in a <fieldset> element and the fieldset's disabled attribute is set to true, the checkbox becomes functionally disabled, though it does not adopt a 'disabled' styling.
If I am not mistaken, the expected behavior is for the checkbox and its label to likewise adopt a disabled styling under this circumstance.
The text was updated successfully, but these errors were encountered:
When the disabled attribute is set to true on the checkbox, both the checkbox and its associated label are correctly disabled and adopt a 'disabled' styling (they become grayed, and mouse pointer changes).
When the checkbox exists in a
<fieldset>
element and the fieldset's disabled attribute is set to true, the checkbox becomes functionally disabled, though it does not adopt a 'disabled' styling.If I am not mistaken, the expected behavior is for the checkbox and its label to likewise adopt a disabled styling under this circumstance.
The text was updated successfully, but these errors were encountered: