There are many different types of toggles of functionality. Not all of them are enabling code features. Well, they
are but the
why they are is what is at issue.
But it's all the same code under the covers. The functionality of what is enabled encoded into a license key - that's the same type of functionality as "does this deployment allow people to sign up by email" or "has this deployment enabled the super secret power user test functionality?"
But that's all under "if dataSource.toggle then {something}"
https://martinfowler.com/articles/feature-toggles.html