RadioCollection
- class omni.ui.RadioCollection
Bases:
ValueModelHelper
Radio Collection is a class that groups RadioButtons and coordinates their state. It makes sure that the choice is mutually exclusive, it means when the user selects a radio button, any previously selected radio button in the same collection becomes deselected.
Methods
__init__
(self[, model])Constructs RadioCollection.
Attributes
- __init__(self: omni.ui._ui.RadioCollection, model: omni.ui._ui.AbstractValueModel = None, **kwargs) None
Constructs RadioCollection.
- `kwargsdict`
See below
### Keyword Arguments: