mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Radio buttons and list edits
This commit is contained in:
@@ -22,7 +22,7 @@ describe('Collapsible fieldset', () => {
|
||||
|
||||
result += `<li class="govuk-checkboxes__item">
|
||||
<input class="govuk-checkboxes__input" id="${id}" name="folder-permissions" type="checkbox" value="${id}">
|
||||
<label class="govuk-label govuk-checkboxes__label" for="${id}">
|
||||
<label class="usa-radio__label govuk-checkboxes__label" for="${id}">
|
||||
Folder ${id}
|
||||
</label>
|
||||
</li>`;
|
||||
|
||||
Reference in New Issue
Block a user