Filter items in repeaters according to boolean value

Hi Tristan,

Add an onChange event to the checkbox and call setFilter.
for example if your boolean value is isChecked use:

.eq(“status”, isChecked)