new RadioButton()
An check button widget. Press on it will toggle the check state of button.
Properties:
Name | Type | Description |
---|---|---|
checked |
Bool | Whether the button has been pressed down. |
Extends
Events
-
check
-
Invoked button is checked. event param of it has field: {widget}
- Inherited From:
- Source:
-
checkChange
-
Invoked button checked state changed. event param of it has field: {widget, checked}
- Inherited From:
- Source:
-
uncheck
-
Invoked button is unchecked. event param of it has field: {widget}
- Inherited From:
- Source: