You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like the ability to set the names of checkbox items explicitly rather than have them all share the same name.
This would allow me not to have to map values from one variable to another at the backend, but also to target the checkbox items on the clientside using the name (the latter being of less importantance since I could always pass an explicit id to achieve much the same effect)
Hi @solidgoldpig
thanks for raising the issue. We're always looking to get the community's feedback as well as getting the community involved in the contribution.
If you're willing to raise a pull request for us to review it as a team, that'd be great.
I would like the ability to set the names of checkbox items explicitly rather than have them all share the same name.
This would allow me not to have to map values from one variable to another at the backend, but also to target the checkbox items on the clientside using the name (the latter being of less importantance since I could always pass an explicit id to achieve much the same effect)
Proposed code changes here:
solidgoldpig/govuk-frontend@master...checkboxes-items-can-have-explicit-names
The text was updated successfully, but these errors were encountered: