addRadioItem

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

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