checked property
The boolean checked state extracted from the event target (target.checked).
Populated for checkbox and radio inputs (<input type="checkbox">, <input type="radio">).
Remains null for other element types.
Implementation
final bool? checked;