menu
bootstrap_ui_flutter package
documentation
ui/components/forms/bs_check.dart
BsCheckbox
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
bool
?
>
?
onChanged
final
Called when the user toggles the checkbox/switch.
Implementation
final ValueChanged<bool?>? onChanged;
bootstrap_ui_flutter package
documentation
ui/components/forms/bs_check
BsCheckbox
onChanged property
BsCheckbox class