# File lib/formtastic-bootstrap/inputs/boolean_input.rb, line 23
      def label_with_nested_checkbox
        builder.label(
          method,
          label_text_with_embedded_checkbox,
          label_html_options
        )
      end