diff --git a/app/views/schemes/new.html.erb b/app/views/schemes/new.html.erb index 31780d8a2..4ba910a5f 100644 --- a/app/views/schemes/new.html.erb +++ b/app/views/schemes/new.html.erb @@ -20,9 +20,11 @@ label: { text: "Scheme name", size: "m" }, hint: { text: "This is how you’ll refer to this supported housing scheme within your organisation. For example, the name could relate to the address or location. You’ll be able to see the client group when selecting it." } %> + <%= f.govuk_check_box :sensitive, 1, 0, + checked: @scheme.sensitive?, multiple: false, label: { text: "This scheme contains confidential information" } %>