|
83 | 83 | </govuk-checkboxes-fieldset-legend> |
84 | 84 | <govuk-checkboxes-item id="@(nameof(Model.PaymentAmount))" data-cy="paymentAmount" asp-for="@Model.PaymentAmount" value="true" name="@(nameof(Model.PaymentAmount))" checked="@Model.PaymentAmount"> |
85 | 85 | <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> |
87 | 87 | <div class="guidance"> |
88 | 88 | <details data-module="govuk-details" class="govuk-details"> |
89 | 89 | <summary class="govuk-details__summary"> |
|
96 | 96 | </div> |
97 | 97 | </details> |
98 | 98 | </div> |
99 | | - </govuk-checkboxes-hint> |
| 99 | + </govuk-checkboxes-item-hint> |
100 | 100 | </govuk-checkboxes-item> |
101 | 101 | <govuk-checkboxes-item id="@(nameof(Model.PaymentForm))" data-cy="paymentForm" asp-for="@Model.PaymentForm" value="true" name="@(nameof(Model.PaymentForm))" checked="@Model.PaymentForm"> |
102 | 102 | <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> |
104 | 104 | <div class="govuk-hint"> |
105 | 105 | <p>Check the form is complete and there is no missing information.</p> |
106 | 106 | </div> |
107 | | - </govuk-checkboxes-hint> |
| 107 | + </govuk-checkboxes-item> |
108 | 108 | </govuk-checkboxes-item> |
109 | 109 | <govuk-checkboxes-item id="@(nameof(Model.SendInformation))" data-cy="sendInformation" asp-for="@Model.SendInformation" value="true" name="@(nameof(Model.SendInformation))" checked="@Model.SendInformation"> |
110 | 110 | <b>Send the grant information to the payments team</b> |
111 | | - <govuk-checkboxes-hint> |
| 111 | + <govuk-checkboxes-item-hint> |
112 | 112 | <div class="govuk-hint"> |
113 | 113 | <p>Send them the academy order and grant claim form.</p> |
114 | 114 | <div class="guidance"> |
|
138 | 138 | </details> |
139 | 139 | </div> |
140 | 140 | </div> |
141 | | - </govuk-checkboxes-hint> |
| 141 | + </govuk-checkboxes-item-hint> |
142 | 142 | </govuk-checkboxes-item> |
143 | 143 | <govuk-checkboxes-item id="@(nameof(Model.InformTrust))" data-cy="informTrust" asp-for="@Model.InformTrust" value="true" name="@(nameof(Model.InformTrust))" checked="@Model.InformTrust"> |
144 | 144 | <b>Tell the trust the grant is being processed</b> |
145 | | - <govuk-checkboxes-hint> |
| 145 | + <govuk-checkboxes-item-hint> |
146 | 146 | <div class="guidance"> |
147 | 147 | <details data-module="govuk-details" class="govuk-details"> |
148 | 148 | <summary class="govuk-details__summary"> |
|
154 | 154 | </div> |
155 | 155 | </details> |
156 | 156 | </div> |
157 | | - </govuk-checkboxes-hint> |
| 157 | + </govuk-checkboxes-item-hint> |
158 | 158 | </govuk-checkboxes-item> |
159 | 159 | </govuk-checkboxes-fieldset> |
160 | 160 | </govuk-checkboxes> |
|
0 commit comments