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 - checkedattribute.
- disabled
- Bool disabled- Gets and sets the - disabledattribute.
- enabled
- Bool enabled- Gets and sets the - disabledattribute (inverted).
- makeFromCss
- new makeFromCss(Str cssSelector)
- name
- Str name()- Returns the - nameattribute.
- verifyChecked
- Void verifyChecked()- Verify the checkbox is checked. 
- verifyNotChecked
- Void verifyNotChecked()- Verify the checkbox is NOT checked.