I am trying to get my buttons to display inline and also have a default value because it can\'t be blank. I am usingplataformatex/simple_form and bootstrap.
= f.
Using Simple Form with Bootstrap 3 you can use the radio class along with the item_wrapper_class and item_wrapper_tag options.
radio
item_wrapper_class
item_wrapper_tag
= f.collection_radio_buttons :sort, [[foo,bar],[foo,bar], :first, :last, item_wrapper_class: :radio, item_wrapper_tag: :div