htmlFor method

Label htmlFor(
  1. String id
)

Implementation

Label htmlFor(String id) {
  attr('for', StringAttribute(id));
  return this;
}