v10.0 (2012)
Sets or returns a Boolean indicating whether the menu item is checked (true) or not.
// get accessor Boolean rtn = MenuItem.Checked; // set accessor MenuItem.Checked = Boolean;