checked property

bool? checked
final

Specifies whether the form control is checked or not. Applies only to checkbox and radio inputs.

Implementation

final bool? checked;