diff --git a/src/editable-form/editable-form.js b/src/editable-form/editable-form.js index d93042a..57cc38e 100644 --- a/src/editable-form/editable-form.js +++ b/src/editable-form/editable-form.js @@ -301,7 +301,7 @@ Editableform is linked with one of input types, e.g. 'text' or 'select'. /* see also defaults for input */ /** - Type of input. Can be text|textarea|select|date + Type of input. Can be text|textarea|select|date|checklist @property type @type string diff --git a/src/inputs/checklist.js b/src/inputs/checklist.js index 33fa2b7..2dd4f75 100644 --- a/src/inputs/checklist.js +++ b/src/inputs/checklist.js @@ -1,11 +1,11 @@ /** -Checklist input. Internally value stored as array. +List of checkboxes. Internally value stored as javascript array. @class checklist @extends list @final @example - +