| 3 | | default="default_value" |
| 4 | | An explicitly declared default value for the item. This value is only applied through a preset when the object the preset is applied to has zero keys. If a value for default is not given, different implied default values apply depending upon the type: |
| 5 | | |
| 6 | | <check> (whether a checkbox is ticked on or off by default): implied default is "off" |
| 7 | | <text>, <combo>, <multiselect>: implied default is "" |
| | 3 | default="default_value":: |
| | 4 | An explicitly declared default value for the item. This value is ''only'' applied through a preset when the object the preset is applied to has ''zero keys''. |
| | 5 | If a value for default is not given, different implied default values apply depending upon the type: |
| | 6 | * <check> (whether a checkbox is ticked on or off by default): implied default is "off" |
| | 7 | * <text>, <combo>, <multiselect>: implied default is "" |