Unable to set the value of a CheckBox type variable within a MRVS using setValue()Question: When using g_form.setValue() in, for example, a catalog client script to change the value of a CheckBox type variable within a MRVS, why does the value not get set? Answer: This issue will occur if the script specifies a boolean (true/false) value for the checkbox. The CheckBox type variable is different to the "Boolean" type field used in the Forms, although they may look and seem to function the same. It was confirmed by the development team that the CheckBox type variable is in fact NOT boolean, but instead of type String. Therefore, please be aware when setting the value of CheckBox type variable, for example within an MRVS, that the expected value is a "true"/"false" String (with quotes), and not a true/false boolean value.