mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Update all single field checkboxes
Includes adding some code to govukCheckboxesField to add a single boolean-like option by default, if there are no choices added.
This commit is contained in:
@@ -108,8 +108,7 @@
|
||||
{% call form_wrapper(method="get") %}
|
||||
{{ textbox(form.start_date, hint="Enter start date in format YYYY-MM-DD") }}
|
||||
{{ textbox(form.end_date, hint="Enter end date in format YYYY-MM-DD") }}
|
||||
{{ checkbox(form.include_from_test_key) }}
|
||||
</br>
|
||||
{{ form.include_from_test_key }}
|
||||
{{ govukButton({ "text": "Filter" }) }}
|
||||
{% endcall %}
|
||||
{% endset %}
|
||||
|
||||
Reference in New Issue
Block a user