Skip to content

Instantly share code, notes, and snippets.

@ygamretuta
Last active December 14, 2015 07:58
Show Gist options
  • Save ygamretuta/5054477 to your computer and use it in GitHub Desktop.
Save ygamretuta/5054477 to your computer and use it in GitHub Desktop.
render inline radio buttons with choices from a collection; this uses simple_form and bootstrap
f.input :choice_field, :as=>:radio_buttons, :item_wrapper_class=>'inline', :collection=>1..4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment