demarches-normaliennes/app/views/users/description/champs/_checkbox.html.haml

2 lines
165 B
Text
Raw Normal View History

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