Filter items in repeaters according to boolean value

Hi

check this

.eq(‘dispo’,Boolean(true))
or
.eq(‘dispo’,Boolean(false))

Br

2 Likes