Kill switch philosophy in game development
First, call it Feature.Enabled; don’t call it a kill switch. Feature.Enabled is easier to understand and removes cognitive load when parsing configuration files or looking at a dashboard panel.
Second, Feature.Enabled should be on by default. Disabling a feature should require explicit human input—this is how the kill switch is engaged.