You want the default then to be 0
To be true by default you would change it to 1 (or actually anything else, but 0 and 1 is basically the standard).
It's worth noting that default values only apply when the value is being created. You won't see any change to the currently set option value by changing the default value.