onCheckboxChanged property

void Function(bool value)? onCheckboxChanged
final

Called when a task-list checkbox is tapped.

Only fires when CheckboxStyle.interactive is set — Markdown checkboxes are a rendering of the source text, so they are read-only by default.

Implementation

final void Function(bool value)? onCheckboxChanged;