initialValue property

  1. @override
CheckboxState initialValue
final

Initial checkbox state when no controller is provided.

Used only when controller is null. Defaults to CheckboxState.unchecked.

Implementation

@override
final CheckboxState initialValue;