checked property

bool? checked
final

Whether the checkbox is checked or not.

If null, the checkbox is in its third state.

Implementation

final bool? checked;