value property

bool value
final

Whether the checkbox is checked (true) or unchecked (false). Required to set the initial state of the checkbox.

Implementation

final bool value;