# File lib/formtastic-bootstrap/inputs/boolean_input.rb, line 38
      def wrapper_html_options
        super.tap do |options|
          options[:class] = (options[:class].split + ["checkbox"]).join(" ")
        end
      end