diff --git a/app/views/form/_checkbox_question.html.erb b/app/views/form/_checkbox_question.html.erb index ee403ed12..edb6ac74c 100644 --- a/app/views/form/_checkbox_question.html.erb +++ b/app/views/form/_checkbox_question.html.erb @@ -8,7 +8,7 @@ <% else %> <%= f.govuk_check_box question_key, key, label: { text: val }, - checked: @case_log[key] == 1, + checked: @case_log[key] == "Yes", **stimulus_html_attributes(question) %> <% end %>