Name

status — NN n/a IE 4 DOM n/a

Synopsis

Read/Write

Whether the element is highlighted/checked. This property is identical to the value property.

Example

if (document.forms[0].myRadio[0].status) {
    ...
}

Value

Boolean value: true | false.

Default

None.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.