<%= f.inputs do %>
BILD
<%= f.input :modul,:label=>'Modul'.html_safe, :as=>:check_boxes%>
<%= f.input :semester, :label=>'Semester'.html_safe, :as=>:check_boxes%>
<% end %>
<%= f.actions do %>
<%= f.action :submit, :as => :input %>
<% end %>
<% end %>