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