demarches-normaliennes/app/views/new_gestionnaire/dossiers/champs/_checkbox.html.haml

9 lines
201 B
Text
Raw Normal View History

= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ, seen_at: seen_at }
2017-08-02 14:56:08 +02:00
= form.check_box :value,
{ required: champ.mandatory },
'on',
'off'
%br