- checked
- Set to true to display a check mark, false to hide it. The default value is false.
Documentation for this section has not yet been entered.
Control whether this item is shown with a check mark. Note that you must first have enabled checking with IMenuItem.SetCheckable(bool) or else the check mark will not appear. If this item is a member of a group that contains mutually-exclusive items (set via Menu.setGroupCheckable(int, boolean, boolean), the other items in the group will be unchecked.
See Android.Views.Menu for the menu types that support check marks.