ariaChecked property

String? ariaChecked

Implementation

String? get ariaChecked => js_util.getProperty(this, 'ariaChecked');
void ariaChecked=(String? newValue)

Implementation

set ariaChecked(String? newValue) {
  js_util.setProperty(this, 'ariaChecked', newValue);
}