const classafBounce::CheckBox
sys::Obj afBounce::Element afBounce::CheckBox
(HTML Element) Represents a form <input>
of type checkbox
.
- checked
Bool checked
Gets and sets the
checked
attribute.- disabled
Bool disabled
Gets and sets the
disabled
attribute.- enabled
Bool enabled
Gets and sets the
disabled
attribute (inverted).- makeFromCss
new makeFromCss(Str cssSelector)
- name
Str name()
Returns the
name
attribute.- verifyChecked
Void verifyChecked()
Verify the checkbox is checked.
- verifyNotChecked
Void verifyNotChecked()
Verify the checkbox is NOT checked.