RadioButton - SirePi/duality-ui GitHub Wiki

A RadioButton is a button that, when clicked, toggles the presence of a specific glyph, used to indicate if the checkbutton is Checked or (not)Checked; at the same time, only one RadioButton in its specific RadioGroup can be Checked. Derives from CheckButton.

In addition to the CheckButton's base properties and delegates, it also exposes:

  • Property RadioGroup - the RadioGroup the RadioButton is currently part of.