sS hcheckboxWithText(S name, bool checked, S text, O... params) { S id = randomID(); ret hcheckbox(name, checked, paramPlus(params, +id)) + " " + hlabelFor(id, htmlEncode2(text)); } sS hcheckboxWithText(S name, S text) { ret hcheckboxWithText(name, false, text); }