I am trying to create a context menu which should look like
MenuItem1 O
MenuItem2 O
MenuItem3 O
MenuItem4 ✔</h2>
MenuItem5 ✔</h2>
Is it possible to do the same? Please note that I know that using setGroupCheckable I can create a group of checkable radio button menuItems, and using setCheckable for individual items, I can get checkbox menuItems but how to get both in the same menu is the issue that I am facing. http://developer.android.com/guide/topics/ui/menus.html is a good reference for radio buttons and checbox menus.
Any idea anyone?