Table of Contents
getChecked Method 

Returns a value indicating whether the menu item is checked.

Syntax
JavaScript
 MenuItem.getChecked()

Return Value

Returns true if the menu item is checked, otherwise false.

Remarks

This function should only be called on menu items because only menu items support check/uncheck.

See Also