Skip to content

gui-radiobutton

Client-side
Server-side
Shared

Element category: GUI

The GUI radio button class represents GUI radio buttons in MTA's GUI system. These can be checked or unchecked and work quite similiar as the GUI checkboxes. Unlike a checkbox, only one radio button can be selected at a time - when you select another one, the selection is automatically transferred.

OOP Constructor

GuiRadioButton(...) is the constructor method for the gui-radiobutton class (guiCreateRadioButton).

OOP Methods and Variables

See Also

GUI Functions
Reference