# File lib/formtastic-bootstrap/inputs/check_boxes_input.rb, line 9
      def to_html
        bootstrap_wrapping do
          hidden_field_for_all << # Might need to remove this guy.
          collection.map { |choice|
            choice_html(choice)
          }.join("\n").html_safe
        end
      end