Primitive radio button. Can be used for fast UI creation for debugging purposes.

Constructor

new (?parent:Object, ?group:RadioGroup)

Variables

read onlygroup:RadioGroup

Group this Radiobutton belongs to.

read onlyindex:Int

Index of this checkbox in the group.

Methods

dynamiconRadio (value:Int):Void

Triggers when RadioGroup changes selected button. Happens on all buttons.

Inherited Variables

Defined by Checkbox

checked:Bool

Current checkbox state. Does not trigger onChange when changed, use setChecked function instead if even is required.

label:Text

Inherited Methods

Defined by Checkbox

dynamiconChange (value:Bool):Void