Whether this node has Boolean state that can be controlled by the user.
Source
bool get hasCheckedState => (_flags & SemanticsFlags.hasCheckedState.index) != 0;
Source
set hasCheckedState(bool value) => _setFlag(SemanticsFlags.hasCheckedState, value);