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
Generally the error and hint on a checkbox should get linked with aria-describedby to something. Usually this is the fieldset. However, checkboxes don't have to have a fieldset and legend - you might omit them if you had just a single checkbox.
Generally the error and hint on a checkbox should get linked with
aria-describedby
to something. Usually this is thefieldset
. However, checkboxes don't have to have a fieldset and legend - you might omit them if you had just a single checkbox.In such a case, we should link the checkbox error and hint to each checkbox item instead. This is what GOV.UK Frontend does, but the NHS component doesn't.
The text was updated successfully, but these errors were encountered: