Exclude Page by Toggle Field

Is it possible to exclude pages from a collection by a toggle field?

ideally in this manner:

$preview = find the pages that have the toggle-filed "ispreview()" truthy 
  <?php foreach($page->children()->not($preview) as $subpage): ?>

Many thanks in advance for any help!

$page->children()->filterBy('isPreview', false)