const classafBounce::CheckBox

sys::Obj
  afBounce::Element
    afBounce::CheckBox

(HTML Element) Represents a form <input> of type checkbox.

checked

Source

Bool checked

Gets and sets the checked attribute.

disabled

Source

Bool disabled

Gets and sets the disabled attribute.

enabled

Source

Bool enabled

Gets and sets the disabled attribute (inverted).

makeFromCss

Source

new makeFromCss(Str cssSelector)

name

Source

Str name()

Returns the name attribute.

submitForm

Source

ButterResponse submitForm()

Submits the enclosing form to the Bed App.

verifyChecked

Source

Void verifyChecked()

Verify the checkbox is checked.

verifyNotChecked

Source

Void verifyNotChecked()

Verify the checkbox is NOT checked.