PopupMenu.isItemRadioCheckable

Return whether the item at index "idx" has radio-button-style checkability. Remember this is just cosmetic and you have to add the logic for checking/unchecking items in radio groups.

struct PopupMenu
@nogc nothrow const
bool
isItemRadioCheckable
(
in long idx
)

Meta