X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsrc%2FRoo_form_Checkbox.js.html;h=b22a8e7d8f5b7cc71abac3fd3af7d0f5e009e31d;hb=a6bfce413b4e62ab42b199453dbdd2360bbb16da;hp=39096f0cb5f490d3e4c49b9b7e526b0009fc37a5;hpb=5d95b5b87dbea901c299b6ed69e48ac6448ea060;p=roojs1 diff --git a/docs/src/Roo_form_Checkbox.js.html b/docs/src/Roo_form_Checkbox.js.html index 39096f0cb5..b22a8e7d8f 100644 --- a/docs/src/Roo_form_Checkbox.js.html +++ b/docs/src/Roo_form_Checkbox.js.html @@ -190,7 +190,9 @@ this.fireEvent('check', this, state); } this.inSetChecked = true; - this.el.dom.value = state ? this.inputValue : this.valueOff; + + this.el.dom.value = state ? this.inputValue : this.valueOff; + this.inSetChecked = false; },