Skip to content

Commit

Permalink
fix: checkbox value
Browse files Browse the repository at this point in the history
  • Loading branch information
64knl committed Dec 21, 2022
1 parent c2d5ee8 commit ce37c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NotFound/Layout/Inputs/LayoutInputCheckbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class LayoutInputCheckbox extends AbstractInput
{
protected string $type = 'InputCheckbox';

protected ?bool $value;
protected ?bool $value = false;

public function setValue($value): self
{
Expand Down

0 comments on commit ce37c5e

Please sign in to comment.