menu
jet_flutter_framework package
documentation
jet_framework.dart
GroupedCheckbox<T>
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
List
<
T
>
>
onChanged
final
Called when the value of the checkbox group changes.
Implementation
final ValueChanged<List<T>> onChanged;
jet_flutter_framework package
documentation
jet_framework
GroupedCheckbox<T>
onChanged property
GroupedCheckbox class