Requirements:
- From a list of checkboxes select only a few and compose an array of them (Livewire model)
- each input has wire:model.lazy=“selected”
What happens/Problems:
- When I click one checkbox it makes a call to BE (.lazy is ignored)
- All checkboxes are selected
thanks in advance
This happens with and without the name attribute.