controller property
External controller for programmatic state management.
When provided, takes precedence over initialValue and onChanged. The controller's state changes are automatically reflected in the widget.
Implementation
@override
final CheckboxController? controller;