Making menu items behave like check boxes is a lot easier than making them behave like radio buttons (see Make menu items act like radio buttons in C#). Simply set the menu item’s CheckOnClick property to true and it will automatically toggle. All you need to do is catch the item’s Click event to take the appropriate action.


