htmlFor property

String get htmlFor

The HTMLLabelElement.htmlFor property reflects the value of the for content property. That means that this script-accessible property is used to set and read the value of the content property for, which is the ID of the label's associated control element.

Implementation

external String get htmlFor;
set htmlFor (String value)

Implementation

external set htmlFor(String value);