demarches-normaliennes/app/views/users/description/champs/_checkbox.html.haml
2017-04-10 17:55:54 +02:00

1 line
163 B
Text

%input{ type: 'checkbox', style:'margin-left: 15px;', name:"champs['#{champ.id}']", id: "champs_#{champ.id}", checked: ('checked' if champ.object.value == 'on') }