Skip to content

Commit ce37c5e

Browse files
committed
fix: checkbox value
1 parent c2d5ee8 commit ce37c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NotFound/Layout/Inputs/LayoutInputCheckbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class LayoutInputCheckbox extends AbstractInput
66
{
77
protected string $type = 'InputCheckbox';
88

9-
protected ?bool $value;
9+
protected ?bool $value = false;
1010

1111
public function setValue($value): self
1212
{

0 commit comments

Comments
 (0)