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 was archived by the owner on Dec 19, 2024. It is now read-only.
Expected Results:
Once the checkbox is checked, the HTML checked attribute is inserted and which should not be. Do not insert the checked attribute as its use is not valid. Use only aria-checked to communicate the state of the checkbox.
Actual Result
Form Labels: The checkbox ARIA form controls have no label defined and an inappropriate attribute. Screen readers may not be able to correctly associate the label with the form field.