demarches-normaliennes/app/views/users/description/champs/_checkbox.html.haml
2017-04-03 10:50:15 +02:00

1 line
161 B
Text

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