Function PopupMenu.setItemAsRadioCheckable

Sets the type of the item at the specified index idx to radio button. If false, sets the type of the item to plain text.

void setItemAsRadioCheckable (
  const(long) idx,
  const(bool) enable
) nothrow @nogc;