# File lib/bootstrap_form/inputs/collection_radio_buttons.rb, line 11 def collection_radio_buttons_with_bootstrap(*args) inputs_collection(*args) do |name, value, options| radio_button(name, value, options) end end