ariaChecked property

String? ariaChecked

Implementation

_i2.String? get ariaChecked => _i4.getProperty(
      this,
      'ariaChecked',
    );
void ariaChecked=(String? value)

Implementation

set ariaChecked(_i2.String? value) {
  _i4.setProperty(
    this,
    'ariaChecked',
    value ?? _i6.undefined,
  );
}