Method XbpMenuBar():isItemChecked() Foundation
Returns whether the specified menu item currently has a check mark .
:isItemChecked( <nItemIndex> ) --> lChecked
This method returns the value .T. (true) if the menu item currently has a check mark, otherwise .F. (false) is returned.
The :isItemChecked() method determines whether a menu item currently has a check mark. The check mark is set or removed using the :checkItem() method. Check marks are generally used to visually display the status of toggles or other program states.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.