onChanged property

ValueChanged<bool>? onChanged
final

Callback invoked when the checkbox is toggled. If null, the checkbox is non-interactive but still visible.

Implementation

final ValueChanged<bool>? onChanged;