I have a simple_form input field that looks like this:
<%= f.input :particular_users, collection: @all_users, input_html: { class: \'multiselectuser\', mu
f.input :days, collection: @your_collection, input_html: { multiple: true }