# File lib/capybara/node/actions.rb, line 62
      def choose(locator)
        find(:radio_button, locator).set(true)
      end