Checkboxes linked to 1 model

Requirements:

  1. From a list of checkboxes select only a few and compose an array of them (Livewire model)
  2. each input has wire:model.lazy=“selected”

What happens/Problems:

  1. When I click one checkbox it makes a call to BE (.lazy is ignored)
  2. All checkboxes are selected

thanks in advance

This happens with and without the name attribute.

Hey, @Alexandru
Is there any code or screenshots you can provide?