I have written this
<%= f.check_box :services_transportationmanagement, {:class => 'check_box'}, "Transportation Management", "" %> Transportation Management
but would like to user something like this:
<%= f.check_box :organizationservices, {:class => 'check_box'}, "", "" %> Transportation Management
|