checked property
bool
get
checked
Sets or retrieves the state of the check box or radio button.
Implementation
_i2.bool get checked => _i4.getProperty(
this,
'checked',
);
set
checked
(bool value)
Implementation
set checked(_i2.bool value) {
_i4.setProperty(
this,
'checked',
value,
);
}