onChange property Null safety
final
Called when the value of the CheckboxGroup changes.
Implementation
final void Function(bool isChecked, String label, int index)? onChange;
Called when the value of the CheckboxGroup changes.
final void Function(bool isChecked, String label, int index)? onChange;