Skip to content

RadioGroup

Class | orca.UIKit | extends StackView

Exclusive-selection group container for RadioButton children

Overview

Properties

Property Type Description
SelectedValue string Value string of the currently selected RadioButton child

Messages

SelectionChanged

Fired when the selected RadioButton changes. SelectedValue on the group is already updated when this fires.

Field Type Description
SelectedValue string The value of the newly selected RadioButton
OldValue string The value that was selected before this change