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