@@ -103,7 +103,7 @@ |
||
103 | 103 | |
104 | 104 | $radio = $this->getDom()->createElement('input'); |
105 | 105 | $radio->setAttribute('type', 'checkbox'); |
106 | - $fieldName = $this->isMultiCheckbox ? $field->getName() . '[]' : $field->getName(); |
|
106 | + $fieldName = $this->isMultiCheckbox ? $field->getName().'[]' : $field->getName(); |
|
107 | 107 | $radio->setAttribute('name', $fieldName); |
108 | 108 | $radio->setAttribute('value', $value); |
109 | 109 | $text = $this->createText($labelText); |