htmlFor property

String? htmlFor
final

The value of the for attribute must be a single id for a labelable form-related element in the same document as the <label> element. So, any given label element can be associated with only one form control.

Implementation

final String? htmlFor;