diff --git a/src/NotFound/Layout/Inputs/LayoutInputCheckbox.php b/src/NotFound/Layout/Inputs/LayoutInputCheckbox.php index 1730e8f..a5a85e9 100644 --- a/src/NotFound/Layout/Inputs/LayoutInputCheckbox.php +++ b/src/NotFound/Layout/Inputs/LayoutInputCheckbox.php @@ -6,7 +6,7 @@ class LayoutInputCheckbox extends AbstractInput { protected string $type = 'InputCheckbox'; - protected ?bool $value; + protected ?bool $value = false; public function setValue($value): self {