demarches-normaliennes/app/views/shared/dossiers/editable_champs/_engagement.html.haml

5 lines
140 B
Text
Raw Normal View History

2017-08-02 14:56:08 +02:00
= form.check_box :value,
{ required: champ.mandatory?, id: champ.input_id, aria: { describedby: champ.describedby_id } },
2017-08-02 14:56:08 +02:00
'on',
'off'