# File lib/scrubyt/core/navigation/navigation_actions.rb, line 62
    def self.check_radiobutton(checkbox_name, index=0)
      lookup_form_for_tag('input','radiobutton',checkbox_name, '',index)
      @@current_form.radiobuttons.name(checkbox_name)[index].check
    end