X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsrc%2FRoo_form_Checkbox.js.html;h=b22a8e7d8f5b7cc71abac3fd3af7d0f5e009e31d;hb=ace3bd1cd175b8285e20933c004e7c5aa826028a;hp=39096f0cb5f490d3e4c49b9b7e526b0009fc37a5;hpb=5aeb7e7613454bfb7bfb22be8a21d994fb1063a4;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; },