# File lib/celerity/elements/radio_check.rb, line 31
    def set?
      assert_exists
      @object.isChecked
    end