If this property is set to TRUE a tick is displayed by the menu option and any associated toolbar button stays depressed. For example:
.menu1.fileoption1.Checked = TRUE
Note:
A menu option and related toolbar button can only be checked this way if the Checkable option is set in the forms designer.
The Checked property can be inspected and will be TRUE when the menu option is ticked and the toolbar button is down and FALSE otherwise. If the menu option is selected by the user, or the toolbar button is clicked, the state of both change and the Checked propery is updated in the client. However for the checked property to be updated on the server from user actions on the form, there must be a Select() event handler for the menu item, even if it contains no code.