Copy into Instances

If set, this Property's values will always be copied from the Model into newly-created Instances -- Collection: Required Type: TrueOrFalse Type
Usually, Querki's Properties are inherited from the Model to the Instance -- that is, if the Instance doesn't have the Property set, it will use the value from the Model. 99% of the time, that is what you want -- it is flexible, and allows you to make changes to the Model and have them immediately picked up by the Instances.
Very occasionally, however, you have a Property that doesn't want this -- that wants to nail down the value permanently when you create the Instance. For such Properties, set this flag. When the Instance is created, the Model's value for this Property will be copied into the Instance, so that the Instance permanently has its own value, and will not change if the Model does.
This was mainly created for certain bulk-data-entry situations, where you want to set the value to something, create a bunch of Instances with that value, then change it to something else and create a bunch of Instances with that. This is reasonable, but keep in mind that creating sub-Models with the different values is sometimes an easier and better way to deal with it.

Things that use Copy into Instances