<div>
<input type="checkbox"
class="form-check-input @error('product.status') is-invalid @enderror"
wire:model.lazy="product.status">
@error('product.status')
<strong class="text-danger">{{ $message }}</strong>
@enderror
</div>