Top Level (Example 10.9)-|-Previous Hierarchy Level-|-Return to Chapter Listing
Example 10.9:
The Object Hierarchy
The checkbox Object
The checkbox object has these properties:
- checked: The selection state of the check box.
- defaultChecked: The tag's CHECKED= attribute
- name: The tag's NAME= attribute.
- value: The tag's VALUE= attribute
Top Level (Example 10.9)-|-Previous Hierarchy Level-|-Return to Chapter Listing