JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

Element.checked Property

Name

Element.checked Property---whether a Checkbox or Radio element is checked

Availability

Navigator 2.0, Internet Explorer 3.0

Synopsis

element.checked

Description

The checked property is a read/write Boolean that specifies whether a Checkbox or Radio form element is currently checked or not. You can set the state of these button elements by setting the value of this property. This property is not used by other form elements.

See Also

"Checkbox", "Element", "Radio"


Previous Home Next
Element.blur() Book Index Element.click()

HTML: The Definitive Guide CGI Programming JavaScript: The Definitive Guide Programming Perl WebMaster in a Nutshell
Hosted by uCoz