Uncheck/Un-toggle other rows when checkbox is selected
I have a column called
is_primary
, and I'm using Toggle
. What I need is that when I turn-on the Row#1, all the other rows will uncheck/untoggle.
Now I'm using #table-repeater , it's the table version of the Repeater. So how to select all the rows to be uncheck (except for the toggle that I clicked? I'm guessing it's gonna be responsible of $set()
or statePath()
?1 Reply
I did have a solution, but I'm not sure if it's good way, that's why i'm looking for a Filament way to solve this.