Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaraujogte committed Dec 4, 2020
1 parent f337e4f commit 0e4ccf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FormBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ protected function getRadioCheckedState($name, $value, $checked)
{
$request = $this->request($name);

if ($this->missingOldAndModel($name) && !$request) {
if ($this->missingOldAndModel($name) && is_null($request)) {
return $checked;
}

Expand Down

0 comments on commit 0e4ccf8

Please sign in to comment.