htmlFor method

Output htmlFor(
  1. String f
)

Implementation

Output htmlFor(String f) {
  attr('for', StringAttribute(f));
  return this;
}