unchecks an item (a checkbox or a radio button only)
name | string | the name of an item |
value | string | the value of a radio button |
// for radio buttons
dhxForm.uncheckItem(name, value);
// for other items
dhxForm.uncheckItem(name);
Back to top