# File lib/celerity/elements/option.rb, line 27
    def selected?
      assert_exists
      @object.isSelected
    end