Alpinejs x-data change on render

Hi,

I have a component with x-data values, on button press this values change from false to true, but when livewire re-render on a wire:model-lazy input this value return to initial x-data state, how can i solve this, and maintain value.

is the scope of the x-data within the livewire root element? Caleb says that Livewire respects x-data properties.

Is not in the first div of livewire component, but is before any alpinejs other properties.