class SimpleForm::ActionViewExtensions::RadioButtonBuilder

:nodoc:
Handles generating an instance of radio + label for collection_radio_buttons.

def radio_button(extra_html_options={})

:nodoc:
Handles generating an instance of radio + label for collection_radio_buttons.
def radio_button(extra_html_options={})
  html_options = extra_html_options.merge(@input_html_options)
  @template_object.radio_button(@object_name, @method_name, @value, html_options)
end