defaultChecked property
bool
get
defaultChecked
Implementation
bool get defaultChecked => js_util.getProperty(this, 'defaultChecked');
set
defaultChecked
(bool newValue)
Implementation
set defaultChecked(bool newValue) {
js_util.setProperty(this, 'defaultChecked', newValue);
}