Skip to content

Commit 3fc3099

Browse files
authored
Update src/Form/Field/Checkbox.php
1 parent eb129f8 commit 3fc3099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/Field/Checkbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function render()
126126
'checked' => $this->checked,
127127
'inline' => $this->inline,
128128
'canCheckAll' => $this->canCheckAll,
129-
'groups' => $this->groups
129+
'groups' => $this->groups,
130130
]);
131131

132132
if ($this->canCheckAll) {

0 commit comments

Comments
 (0)