Roo/form/Checkbox.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 29 Jul 2010 07:10:45 +0000 (15:10 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 29 Jul 2010 07:10:45 +0000 (15:10 +0800)
Roo/form/Checkbox.js

index da29e91..2279978 100644 (file)
@@ -155,7 +155,8 @@ Roo.extend(Roo.form.Checkbox, Roo.form.Field,  {
 
     /**
      * Sets the checked state of the checkbox.
-     * @param {Boolean/String} checked True, 'true', '1', or 'on' to check the checkbox, any other value will uncheck it.
+     * On is always based on a string comparison between inputValue and the param.
+     * @param {Boolean/String} checked 
      */
     setValue : function(v,suppressEvent){