1.2 Positive: Checkboxes programmatically associated with the question (Positive)

1.2.1 WCAG 1.3.1 (A) - Desktop

Throughout the site, there are checkboxes that have been programmatically associated with the question they relate to. This means that blind screen reader users are made aware immediately when navigating to the checkboxes of what it is in relation to. This is done using a fieldset and descriptive legend to group the questions and checkboxes together.

Checkboxes highlighted with NVDA speech viewer activated

FIGURE 1.2: Checkboxes highlighted with NVDA speech viewer activated

1.2.2 Code snippet

<fieldset aria-describedby="additionalTraining-hint">
  <legend>
    <h1>
      Does Udfsanaye Lydyle have any other training or vocational qualifications?
    </h1>
  </legend>
...
  </div>
</fieldset>