X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsrc%2FRoo_form_Checkbox.js.html;h=b22a8e7d8f5b7cc71abac3fd3af7d0f5e009e31d;hb=ace3bd1cd175b8285e20933c004e7c5aa826028a;hp=98c52b38c27f041da23c2b011e07c36bca1bf2cb;hpb=71ba0d6217135dfbf45c3c36f69cec6a293e5fa5;p=roojs1 diff --git a/docs/src/Roo_form_Checkbox.js.html b/docs/src/Roo_form_Checkbox.js.html index 98c52b38c2..b22a8e7d8f 100644 --- a/docs/src/Roo_form_Checkbox.js.html +++ b/docs/src/Roo_form_Checkbox.js.html @@ -1,4 +1,4 @@ -/home/edward/gitlive/roojs1/Roo/form/Checkbox.js/* +Roo/form/Checkbox.js/* * Based on: * Ext JS Library 1.1.1 * Copyright(c) 2006-2007, Ext JS, LLC. @@ -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; },