defaultChecked property

bool defaultChecked

Implementation

bool get defaultChecked => js_util.getProperty(this, 'defaultChecked');
void defaultChecked=(bool newValue)

Implementation

set defaultChecked(bool newValue) {
  js_util.setProperty(this, 'defaultChecked', newValue);
}