Migrate checkbox template from GOV.UK to USWDS patterns

- Replace usaRadioLabel with usaLabel for checkbox labels
- Update hint classes from govuk-checkboxes__hint to usa-checkbox__label-description
- Change conditional reveal classes from govuk-specific to USWDS display-none utility
- Update template comments to reflect USWDS migration
- Add checkbox-specific routes to BackstopJS configuration for testing

This establishes a baseline for checkbox component migration with expected
spacing differences between GOV.UK and USWDS implementations.
This commit is contained in:
alexjanousekGSA
2025-07-09 18:48:15 -03:00
parent d1c423a112
commit 51dcdca047
2 changed files with 26 additions and 13 deletions

13
urls.js
View File

@@ -58,6 +58,19 @@ const routes = {
label: 'Team Members',
path: '/services/e6de050d-bd56-4f49-b44b-cb789c4f79fd/users',
},
{
label: 'Invite User',
path: '/services/e6de050d-bd56-4f49-b44b-cb789c4f79fd/users/invite',
},
// Platform admin pages with checkboxes
{
label: 'Platform Admin Live Services',
path: '/platform-admin/live-services',
},
{
label: 'Platform Admin Trial Services',
path: '/platform-admin/trial-services',
},
],
// Using Notify section