diff options
Diffstat (limited to 'views/default/input/checkboxes.php')
-rw-r--r-- | views/default/input/checkboxes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/input/checkboxes.php b/views/default/input/checkboxes.php index ff3ab8523..2b9970aaa 100644 --- a/views/default/input/checkboxes.php +++ b/views/default/input/checkboxes.php @@ -14,7 +14,7 @@ * @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
* @uses $vars['internalname'] The name of the input field
- * @uses $vars['options'] An array of strings representing the options for the checkbox field
+ * @uses $vars['options'] An array of strings representing the label => options for the checkbox field
*
*/
|