Skip to content

PyRadioButton

Inherits from PyCheckbox

Type: int

Gets or sets the group index of the radio button. Radio buttons with the same group index are mutually exclusive. Used in python API

No fields found.

No enums found.

Gets the group index of the radio button. Radio buttons with the same group index are mutually exclusive. Used in python API

Return Type: int


(groupIndex) Sets the group index of the radio button. Radio buttons with the same group index are mutually exclusive. Used in python API

Parameters:

NameTypeOptionalDescription
groupIndexint❌ NoThe group index to set

Return Type: void (Does not return anything)