checked property
Specifies whether the form control is checked or not. Applies only to checkbox and radio inputs.
Implementation
final bool? checked;
Specifies whether the form control is checked or not. Applies only to checkbox and radio inputs.
final bool? checked;