[This is preliminary documentation and subject to change.]
The CheckBox table lists the values for the checkboxes.
The CheckBox table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
Property | Identifier | Y | N |
Value | Formatted | Y |
If the checkbox is turned on, the corresponding property is set to the described value. If there is no value specified or this table does not exist, the property is set to its original value when the checkbox is turned on. If the original value is Null, the property is set to "1".
Formatting
The contents of the Value column are formatted by the MsiFormatRecord function when the control is created. Therefore, it can contain any expression that the MsiFormatRecord function can interpret. The Value column is formatted only when the control is created, and it is not updated if a property involved in an expression is modified during the life of the control.