= semantic_form_for [:admin, @topic], :remote => true do |f| =f.input :title, :label => "Titre" =f.input :student_groups, :as => :check_boxes, :collection => StudentGroup.all, :label => "Groupe d'étudiant" =f.submit "Sauvegarder", :class => "btn btn-primary"