class SimpleForm::Inputs::CollectionRadioButtonsInput

def input_options

def input_options
  options = super
  apply_default_collection_options!(options)
  apply_nested_boolean_collection_options!(options) if nested_boolean_style?
  options
end