Filter page section by field

I need to a page section in the panel to only show pages that have a field set to true - is this possible to do with, this is what I have:

    trees:
      type: pages
      label: Trees
      layout: table
      search: true
      parent: site.index.findBy("intendedTemplate", "home")

A pages section doesn’t support queries. You could, however, use that pagesdisplay section plugin:

thanks, but I need more of a table layout. Is there another way to do this - maybe creating and keeping up to date a structure field somehow ?

The plugin supports the same options as the standard pages section, including table layout.

Ace, thanks!