diff --git a/src/inputs/checklist.js b/src/inputs/checklist.js index d6b2376..320b02c 100644 --- a/src/inputs/checklist.js +++ b/src/inputs/checklist.js @@ -42,8 +42,7 @@ $(function(){ for(var i=0; i<this.sourceData.length; i++) { $label = $('<label>').append($('<input>', { type: 'checkbox', - value: this.sourceData[i].value, - name: this.options.name + value: this.sourceData[i].value })) .append($('<span>').text(' '+this.sourceData[i].text));