diff --git a/packages/forms/resources/views/components/checkbox-list.blade.php b/packages/forms/resources/views/components/checkbox-list.blade.php index cecf425a49b..d791dfed271 100644 --- a/packages/forms/resources/views/components/checkbox-list.blade.php +++ b/packages/forms/resources/views/components/checkbox-list.blade.php @@ -74,7 +74,7 @@ this.checkIfAllCheckboxesAreChecked() - $wire.set(@js($getStatePath()), updatedStates) + $wire.set(@js($getStatePath()), updatedState) this.areAllCheckboxesChecked = state },