# File lib/formtastic-bootstrap/inputs/radio_input.rb, line 9
      def to_html
        bootstrap_wrapping do
          collection.map { |choice|
            choice_html(choice)
          }.join("\n").html_safe
        end
      end