Get Boolean Value for Fields - Client Script API
Client Script API When you do a g_form.getValue() on a checkbox type of field it will return a string type of value(true/false, typeof string). Instead use the getBooleanValue() for field with type as checkbox. function onSubmit() { var fieldChe...
