mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-01 20:10:16 -04:00
Nested checkboxes with a single top-level node will only have one item in their `items` list. This is because the other choices are children of that list item. This means we need to check the `choices` attribute, which lists all the checkboxes, to see if they should be marked as a group (by being wrapped in a `<fieldset>`) or not.