checkboxValue property

bool? checkboxValue
getter/setter pair

State fields for stateful widgets in this component.

Implementation

// State field(s) for Checkbox widget.
bool? checkboxValue;