Returns a value indicating whether the menu item is checked.
[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
MenuItem Object