DHTMLX Docs & Samples Explorer

checkItem(name, value)

Checks item (checkbox and radio button only).

  • name - item name;
  • value - item value, required for radio button only.
    // for radio button
    dhxForm.checkItem(name, value);
    // for other items
    dhxForm.checkItem(name);