# File lib/scrubyt/core/navigation/agents/mechanize.rb, line 201
          def self.check_checkbox(checkbox_name)
            lookup_form_for_tag('input','checkbox',checkbox_name, '')
            @@current_form.checkboxes.name(checkbox_name).check
          end