htmlFor property

String htmlFor

Sets or retrieves the object to which the given label object is assigned.

MDN Reference

Implementation

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

Implementation

set htmlFor(_i2.String value) {
  _i4.setProperty(
    this,
    'htmlFor',
    value,
  );
}