Skip to content

Commit 8970b44

Browse files
acessibility fixes for expandable content inside checkbox labels (#663)
* acessibility fixes for expandable content inside checkbox labels * update to changelog --------- Co-authored-by: paddy-clark <109068920+paddy-clark@users.noreply.github.com>
1 parent 325d111 commit 8970b44

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Security in case of vulnerabilities.
1616

1717
## Unreleased
1818

19+
- Sponsored grant tasks page, acessibility fixes for expandable content inside checkbox labels
20+
1921
See the [full commit history](https://github.com/DFE-Digital/complete-conversions-transfers-changes/compare/production-2026-03-17.1407...main) for everything awaiting release
2022

2123
---

src/Frontend/Dfe.Complete/Pages/Projects/TaskList/Tasks/ConfirmSponsoredSupportGrantTask/_ConversionConfirmSponsoredSupportGrantTask.cshtml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</govuk-checkboxes-fieldset-legend>
8484
<govuk-checkboxes-item id="@(nameof(Model.PaymentAmount))" data-cy="paymentAmount" asp-for="@Model.PaymentAmount" value="true" name="@(nameof(Model.PaymentAmount))" checked="@Model.PaymentAmount">
8585
<b>Tell the trust how much they are entitled to and how to claim the grant</b>
86-
<govuk-checkboxes-hint>
86+
<govuk-checkboxes-item-hint>
8787
<div class="guidance">
8888
<details data-module="govuk-details" class="govuk-details">
8989
<summary class="govuk-details__summary">
@@ -96,19 +96,19 @@
9696
</div>
9797
</details>
9898
</div>
99-
</govuk-checkboxes-hint>
99+
</govuk-checkboxes-item-hint>
100100
</govuk-checkboxes-item>
101101
<govuk-checkboxes-item id="@(nameof(Model.PaymentForm))" data-cy="paymentForm" asp-for="@Model.PaymentForm" value="true" name="@(nameof(Model.PaymentForm))" checked="@Model.PaymentForm">
102102
<b>Receive, check and save the support grant claim form in the school's SharePoint folder</b>
103-
<govuk-checkboxes-hint>
103+
<govuk-checkboxes-item>
104104
<div class="govuk-hint">
105105
<p>Check the form is complete and there is no missing information.</p>
106106
</div>
107-
</govuk-checkboxes-hint>
107+
</govuk-checkboxes-item>
108108
</govuk-checkboxes-item>
109109
<govuk-checkboxes-item id="@(nameof(Model.SendInformation))" data-cy="sendInformation" asp-for="@Model.SendInformation" value="true" name="@(nameof(Model.SendInformation))" checked="@Model.SendInformation">
110110
<b>Send the grant information to the payments team</b>
111-
<govuk-checkboxes-hint>
111+
<govuk-checkboxes-item-hint>
112112
<div class="govuk-hint">
113113
<p>Send them the academy order and grant claim form.</p>
114114
<div class="guidance">
@@ -138,11 +138,11 @@
138138
</details>
139139
</div>
140140
</div>
141-
</govuk-checkboxes-hint>
141+
</govuk-checkboxes-item-hint>
142142
</govuk-checkboxes-item>
143143
<govuk-checkboxes-item id="@(nameof(Model.InformTrust))" data-cy="informTrust" asp-for="@Model.InformTrust" value="true" name="@(nameof(Model.InformTrust))" checked="@Model.InformTrust">
144144
<b>Tell the trust the grant is being processed</b>
145-
<govuk-checkboxes-hint>
145+
<govuk-checkboxes-item-hint>
146146
<div class="guidance">
147147
<details data-module="govuk-details" class="govuk-details">
148148
<summary class="govuk-details__summary">
@@ -154,7 +154,7 @@
154154
</div>
155155
</details>
156156
</div>
157-
</govuk-checkboxes-hint>
157+
</govuk-checkboxes-item-hint>
158158
</govuk-checkboxes-item>
159159
</govuk-checkboxes-fieldset>
160160
</govuk-checkboxes>

0 commit comments

Comments
 (0)