June 1999
Intermediate to advanced
540 pages
21h 39m
English
Checkbox — a graphical checkbox
Client-side JavaScript 1.0; enhanced in JavaScript 1.1
Input, HTMLElement
// A single checkbox with a unique nameform.name form.elements[i]// A group of checkboxes with the same nameform.name[i]
Checkbox inherits properties from Input and HTMLElement and also defines or overrides the following:
Whether a Checkbox is checked.
The initial state of a Checkbox.
The value returned when a form is submitted.
Checkbox inherits the methods of Input and HTMLElement.
Checkbox inherits event handlers from Input and HTMLElement and also defines or overrides the following:
The handler invoked when a Checkbox is selected.
Read now
Unlock full access