mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-13 14:53:08 -04:00
Merge pull request #1227 from alphagov/fix-checkboxes
Fix new checkboxes
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
) %}
|
||||
<div class="multiple-choice">
|
||||
<input
|
||||
id="{{ field.id }}" name="{{ field.name }}" type="checkbox" value="{{ field.data }}"
|
||||
{% if field.checked %}
|
||||
id="{{ field.id }}" name="{{ field.name }}" type="checkbox" value="y"
|
||||
{% if field.data %}
|
||||
checked
|
||||
{% endif %}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user