DHTMLX Docs & Samples Explorer

uncheckItem(name, value)

Unchecks item (checkbox and radio button only).

Parameters:

  • name - the id of item (the item's parameter 'name')
  • value - the value of a radio button ( the radio's parameter 'value'). Required for 'radio' items only
  // for radio button
dhxForm.uncheckItem(name, value);
  // for other items
dhxForm.uncheckItem(name);

See also: