Hi there, Jon, thanks for reaching out.
Saved Groups in GrowthBook are typically created based on a list of attribute values or determined at runtime.
They are generally used with attributes that have a list of possible values, such as user IDs or device IDs, and are referenced in feature targeting rules.
However, for targeting users based on boolean attributes, you would typically use the attribute directly in the targeting rules without the need to create a Saved Group.
For example, if you have a boolean attribute `is_staff`, you can set up a targeting rule in the feature flag configuration to target users where `is_staff` is `true` or `false`.
If you want to create a group-like structure based on a boolean attribute, you might consider using Runtime Saved Groups, where the group membership is determined in your application at runtime. You would then pass a special attribute named `$groups` that contains an array of group identifiers, which could be based on your boolean attribute (
*source*).