ariaChecked property

String? get ariaChecked

Implementation

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

Implementation

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