|
|
@ -8,7 +8,7 @@ |
|
|
|
<% else %> |
|
|
|
<% else %> |
|
|
|
<%= f.govuk_check_box question_key, key, |
|
|
|
<%= f.govuk_check_box question_key, key, |
|
|
|
label: { text: val }, |
|
|
|
label: { text: val }, |
|
|
|
checked: @case_log[key] == "Yes", |
|
|
|
checked: @case_log[key] == 1, |
|
|
|
**stimulus_html_attributes(question) |
|
|
|
**stimulus_html_attributes(question) |
|
|
|
%> |
|
|
|
%> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|