const classafBounce::CheckBox
sys::Obj afBounce::Element afBounce::CheckBox
(HTML Element) Represents a form <input> of type checkbox.
- checked
 Bool checkedGets and sets the
checkedattribute.- disabled
 Bool disabledGets and sets the
disabledattribute.- enabled
 Bool enabledGets and sets the
disabledattribute (inverted).- makeFromCss
 new makeFromCss(Str cssSelector)- name
 Str name()Returns the
nameattribute.- submitForm
 ButterResponse submitForm()Submits the enclosing form to the Bed App.
- verifyChecked
 Void verifyChecked()Verify the checkbox is checked.
- verifyNotChecked
 Void verifyNotChecked()Verify the checkbox is NOT checked.