# File lib/formtastic-bootstrap/inputs/boolean_input.rb, line 31
      def checkbox_wrapping(&block)
        template.content_tag(:div,
          template.capture(&block).html_safe,
          wrapper_html_options
        )
      end