Clearing checkboxes in Livewire
When setting empty array does not clear checkboxes
<input wire:model="recipients.{{ $contact->id }}"
type="checkbox"
name="recipient-{{ $contact->id }}"
id="recipient-{{ $contact->id }}"
>array:2 [
42 => true
34 => true
]array:2 [
42 => false
34 => true
]Last updated