Dynamic wizard checkboxlist selects all
Good afternoon, on a custom livewire page I have a wizard which the user gets to right after registering their website to us. In the wizard they can configure some things, the second step of the option gives the user a choice between two radio buttons.
Dependent on the choice they get a dynamic third step, on of those results is a checkboxlist. But when I click anything they either all select or deselect. I saw some other posts, but I felt like those didn't really apply to this scenario. It's probably a skill issue, but I feel kinda stuck. I hope anyone can help me with this
I saw in another post that this worked, but I already have it:
I have a feeling its because of the $get() which makes the wizard step dynamic, but that also doesn't make sense I think?
Next to that I've tried removing the match, no results.
1 Reply
And somehow it returns "true" instead of an array like the docs says