menu
formio package
documentation
formio.dart
CheckboxComponent
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
bool
>
onChanged
final
Callback called when the user toggles the checkbox.
Implementation
final ValueChanged<bool> onChanged;
formio package
documentation
formio
CheckboxComponent
onChanged property
CheckboxComponent class