This property returns and sets a value that determines whether a check mark is displayed next to a menu item.
object.Checked [= Boolean]
At design time, you can use the Menu Editor to set Checked to True. At run time, you can toggle Checked on and off as part of a Click event procedure attached to a Menu control. You also can set the value of Checked in a startup procedure or in a form's Load event procedure.