checked attribute for checkbox (JavaScript 1.0)

Returns true if the checkbox is checked. False if the checkbox is not checked.

Values

Example
No example available.

Examples having uses of JavaScript attribute 'checked'

0 votes
2k views

HTML5 summary

The summary element represents a summary, caption, or legend for the rest of the contents of the summary element's parent details element, if any.
16 votes
17k views

HTML5 details

The details element represents a disclosure widget from which the user can obtain additional information or controls. However, the details element is not appropriate for footnotes.