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.
You can try
f.collection_radio_buttons :options, [[true, 'Yes'] ,[false, 'No']], :first, :last ,:style =>"display:inline", :default => true
Not so sure which gem you use for simple form , but This is the source or a reference on which you can try
collection_radio_buttons(object, method, collection, value_method, text_method, options = {}, html_options = {}, &block)