This Pro tutorial covers how posts of a Bricks query loop can be filtered to show only the ones whose true / false or checkbox type of sub field, which is inside a group-type field is equal to true (1).
ACF
Add a meta query in your query loop
where my_group is the group name and featured is the field name within that group.
Meta Box
For performance reasons, Meta Box stores all sub fields of a group in a single row as a serialized string in the database. As such, it is difficult or not straight-forward to query posts by a sub field value when using MB.
Dynamically Displaying Connected Content Offer Images in Bricks using Meta Box Relationship
Consider the following scenario from a recent project I worked on. CPT 1: project CPT 2: content-offer Taxonomy for Projects: remodel-typeSample term names: Backyard Cottages…