Skip to content

Commit

Permalink
Update src/Form/Field/Checkbox.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jxlwqq authored May 3, 2021
1 parent eb129f8 commit 3fc3099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/Field/Checkbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function render()
'checked' => $this->checked,
'inline' => $this->inline,
'canCheckAll' => $this->canCheckAll,
'groups' => $this->groups
'groups' => $this->groups,
]);

if ($this->canCheckAll) {
Expand Down

0 comments on commit 3fc3099

Please sign in to comment.