Javascript Reference
Form Elements > InputTypeCheckbox
javascript InputTypeCheckbox Description
The checkbox object is a form control generated with an input element whose type attribute is set to "checkbox" . Employ this element only a
javascript InputTypeCheckbox checked
Specifies whether the checkbox is selected or turned on by the user (or script). Checkboxes operate independently of each other. Only checkbox obj
javascript InputTypeCheckbox dataFld
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
javascript InputTypeCheckbox dataSrc
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.
javascript InputTypeCheckbox defaultChecked
Specifies whether the element has the checked attribute set in the tag. You can compare the current checked property against defaultChecked t
javascript InputTypeCheckbox form
Returns a reference to the form element that contains the current InputTypeCheckbox element (if any).
javascript InputTypeCheckbox indeterminate
Indicates whether a checkbox is visually represented as being neither checked nor unchecked, yet still active. This middle ground is rendered differ
javascript InputTypeCheckbox name
This is the identifier associated with the form control contains current InputTypeCheckbox element. The value of this property is submitted as one-hal
javascript InputTypeCheckbox status
Specifies whether the InputTypeCheckbox element is highlighted/checked. This property is identical to the checked property.
javascript InputTypeCheckbox type
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
javascript InputTypeCheckbox value
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).
javascript InputTypeCheckbox handleEvent[ ]
Instructs the InputTypeCheckbox object to accept and process the event whose specifications are passed as the parameter to the method

Powered by Linode.