new CheckButton()
Methods
-
checkChanged()
-
Called when checked property is changed. Desendants may override this method.
Events
-
check
-
Invoked button is checked. event param of it has field: {widget}
-
checkChange
-
Invoked button checked state changed. event param of it has field: {widget, checked}
-
uncheck
-
Invoked button is unchecked. event param of it has field: {widget}