Skip to content

Commit

Permalink
Remove data-govuk-chckboxes-init attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtrussler committed Feb 4, 2025
1 parent 0bfa792 commit a36929b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ examples:
<input class="gem-c-input govuk-input" id="person_0_name" name="person[0]name">
</div>
destroy_checkbox: >
<div class="govuk-checkboxes" data-module="govuk-checkboxes" data-govuk-checkboxes-init="">
<div class="govuk-checkboxes" data-module="govuk-checkboxes">
<div class="govuk-checkboxes__item">
<input type="checkbox" name="person[0][_destroy]" id="person_0__destroy" class="govuk-checkboxes__input">
<label for="person_0__destroy" class="govuk-label govuk-checkboxes__label">Delete</label>
Expand Down

0 comments on commit a36929b

Please sign in to comment.