CheckboxController constructor

CheckboxController(
  1. CheckboxState value
)

Creates a CheckboxController with the specified initial value.

The controller will notify listeners whenever the checkbox state changes through any of the provided methods or direct value assignment.

Implementation

CheckboxController(super.value);