control property

HTMLElement? control

Returns the form control that is associated with this element.

MDN Reference

Implementation

_i3.HTMLElement? get control => _i4.getProperty(
      this,
      'control',
    );