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.

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

Meta