Boolean Flags

On/off toggles for kill switches, rollouts, and feature gates.

Boolean flags

On/off toggles for features, kill switches, and experiments. Evaluated locally with getBool (name varies by SDK).

if (flags.GetBool("new-checkout", false)) { ... }