onChanged property
Called when the box is tapped, if CheckboxStyle.interactive is set.
Implementation
final void Function(bool value)? onChanged;
Called when the box is tapped, if CheckboxStyle.interactive is set.
final void Function(bool value)? onChanged;