insertRadioItemAt

abstract fun insertRadioItemAt(index: Int, command_id: Int, label: String, group_id: Int): Boolean

Insert a radio item in the menu at the specified |index|. Only a single item with the specified |group_id| can be checked at a time. Returns true on success.