Instructs the InputTypeCheckbox object to accept and process the event whose specifications are passed as the parameter to the method
Provides the current value associated with the form control that is submitted with the name/value pair for the element (if the checkbox is checked).
Returns the type of form control element. The value is returned in all lowercase letters. It may be necessary to cycle through all form elements in
Specifies whether the InputTypeCheckbox element is highlighted/checked. This property is identical to the checked property.
This is the identifier associated with the form control contains current InputTypeCheckbox element. The value of this property is submitted as one-hal
Indicates whether a checkbox is visually represented as being neither checked nor unchecked, yet still active. This middle ground is rendered differ
Returns a reference to the form element that contains the current InputTypeCheckbox element (if any).
Specifies whether the element has the checked attribute set in the tag. You can compare the current checked property against defaultChecked t
Used with IE data binding to specify the ID of the page's InputTypeCheckbox object element that loads the data source object for remote data access.
Used with IE 4 data binding to associate a remote data source column name to a checkbox object's value attribute. A datasrc attribute must al
Specifies whether the checkbox is selected or turned on by the user (or script). Checkboxes operate independently of each other. Only checkbox obj
The checkbox object is a form control generated with an input element whose type attribute is set to "checkbox" . Employ this element only a