# File lib/simple_form/action_view_extensions/builder.rb, line 108
      def collection_radio(*args, &block)
        SimpleForm.deprecation_warn "The `collection_radio` helper is deprecated, " \
          "please use `collection_radio_buttons` instead."
        collection_radio_buttons(*args, &block)
      end