mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 11:51:05 -05:00
Problems: - WTForms expects the value of checkboxes to always be `y` (they don’t work like radio buttons, which is where I copied this code for) - WTForms `BooleanField`s don’t have a checked attribute, they set their data attibute to `True` or `False`