checked property

bool? checked

Returns true if the checkbox is checked.

Implementation

bool? get checked => getAttributeValueAsBool('checked');