application.ADF.scripts.loadJQuery(noConflict=true); // Variable for the version of the field - Display in Props UI. fieldVersion = "2.0.5"; // initialize some of the attributes variables typeid = attributes.typeid; prefix = attributes.prefix; formname = attributes.formname; currentValues = attributes.currentValues; if( not structKeyExists(currentValues, "renderField") ) currentValues.renderField = "yes"; if( not structKeyExists(currentValues, "defaultVal") ) currentValues.defaultVal = "no"; if( not structKeyExists(currentValues, "checkedVal") ) currentValues.checkedVal = "yes"; if( not structKeyExists(currentValues, "uncheckedVal") ) currentValues.uncheckedVal = "no"; if( not structKeyExists(currentValues, "fldName") ) currentValues.fldName = ""; if( not structKeyExists(currentValues, "fldClass") ) currentValues.fldClass = "";
Field ID:
Please enter the field name to be used via JavaScript. If blank, will use default name.
Class Name:
Please enter a class name to be used via JavaScript or CSS. If blank, a class attribute will not be added.
Field Display Type: checked>Visible checked>Hidden
Default Field Value: checked>Checked checked>Unchecked
Checked Value: (Required)
Indicate the value that is stored when the checkbox is Checked.
Unchecked Value:
Indicate the value that is stored when the checkbox is Unchecked. Default is 'no'. This field can also be blank.

ADF Custom Field v#fieldVersion#