The picking is a bit off there. The logic you need will be :
For each objects
Objects is overlapping TriggerSprite
Objects.ID = TriggerSprite.ID
Set bool true
Else
Set bool false
Obviously the family and trigger sprite are interchangeable depending on if you really have to check against the trigger sprite's variable and not the family.