onChanged property

void Function(bool value)? onChanged
final

Called when the box is tapped, if CheckboxStyle.interactive is set.

Implementation

final void Function(bool value)? onChanged;