In Catalog Client Scripts using g_form.setValue empty for variable with CheckBox type but got "false" value in San DiegoDescriptionIn Catalog Client Scripts using g_form.setValue empty for variable with CheckBox type but got "false" value in San DiegoSteps to Reproduce 1. Add a variable with CheckBox type in record producer item (sc_cat_item_producer)2. Create a Catalog Client Script for OnLoad with the below detail:function onLoad() {g_form.setValue('name', ""); alert(g_form.getValue("checkbox_flag"));}3. Go to check catalog item in portal Expected behavior: Value should be null or empty as same as previous versionsActual behavior: Value is falseWorkaroundPlease see "Fixed in" versions.Related Problem: PRB1570469