Checkbox.status (Property)

The current highlighted or checked status of the input element.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Boolean primitive
JavaScript syntax:IEmyCheckbox.status

This is the current status of the checkbox item. It is either checked or not. If the checkbox has not been changed since the page was loaded from the server, then this value will be the same as the defaultChecked property of the checkbox.

Warnings: