demarches-normaliennes/app/views/new_gestionnaire/dossiers/champs/_checkbox.html.haml
2017-09-06 11:11:34 +02:00

8 lines
183 B
Text

= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ }
= form.check_box :value,
{ required: champ.mandatory },
'on',
'off'
%br