DHTMLX Docs & Samples Explorer

uncheckItem(name, value)

Unchecks item (checkbox and radio button only).

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