Function PopupMenu.isItemRadioCheckable
Returns true if the item at index idx has radio button-style checkability.
Note: This is purely cosmetic; you must add the logic for checking/unchecking items in radio groups.
bool isItemRadioCheckable
(
const(long) idx
) nothrow @nogc const;