onChange property
Called when the user initiates a change to the FCheckBox's value: when they have checked or unchecked this box.
Implementation
final ValueChanged<bool>? onChange;
Called when the user initiates a change to the FCheckBox's value: when they have checked or unchecked this box.
final ValueChanged<bool>? onChange;