Input autofocus([bool af = true]) { if (af) attr('autofocus', BooleanAttribute(true)); return this; }