| checkbox The checkbox object is reflective of the fucntionality of an Html INPUT element whose TYPE has been set to 'checkbox'. It is used within the opening and closing FORM elements. DOM Reference Internet Explorer window.document.formName.elementName window.document.forms[n].elements[n] window.document.all.elementID Netscape Navigator window.document.forms[n].elements[n] window.document.formName.elementNameThe properties of the checkbox object are: accessKey checked className dataFld dataSrc defaultChecked disabled document form id indeterminate isTextEdit lang language name offsetHeight offsetLeft offsetParent offsetTop offsetWidth outerHtml outerText parentElement parentTextEdit recordNumber sourceIndex status style tabIndex tagName title type valueThe Methods of the checkbox object are: blur() click() contains() focus() getAttribute() handleEvent() insertAdjacentHtml() insertAdjacentText() removeAttribute() scrollIntoView() setAttribute()The Collections and Arrays for the checkbox object are: all [ ] children [ ] filters [ ]The Event Handlers for the checkbox object are: onAfterUpdate onBeforeUpdate onBlur onChange onClick onDblClick onErrorUpdate onFilterChange onFocus onHelp onKeyDown onKeyPress onKeyUp onMouseDown onMouseMove onMouseOut onMouseOver onMouseUp onSelect |