checked property

bool checked

Implementation

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

Implementation

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