Class Celerity::RadioCheckCommon
In: lib/celerity/watir_compatibility.rb
lib/celerity/elements/radio_check.rb
Parent: Object

Common superclass for radios and check boxes.

Methods

checked?   clear   new   set?  

Constants

DEFAULT_HOW = :name

External Aliases

set? -> isSet?
set? -> getState

Public Class methods

Can optionally take a value parameter as a third arg, so we override initialize

Public Instance methods

checked?()

Alias for set?

Unset this element.

returns true if the element is checked @return [true, false]

[Validate]