Skip to content

Commit

Permalink
Merge pull request #4 from dijarbytyci/patch-1
Browse files Browse the repository at this point in the history
Update pop_form.rst
  • Loading branch information
nicksagona committed Sep 21, 2022
2 parents d41e606 + b16e5e2 commit 49d4dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/pop_form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Here is an example using fields with multiple values:
$fields = [
'colors' => [
'type' => 'checkbox',
'type' => 'checkbox-set',
'label' => 'Colors',
'values' => [
'Red' => 'Red',
Expand Down Expand Up @@ -1159,4 +1159,4 @@ If the field values are bad, the ``$form->getErrors()`` method will return an ar
[0] => The value length must be greater than or equal to 6.
)
)
)

0 comments on commit 49d4dcf

Please sign in to comment.