rbf_setChecked()
Warning: Support for using this method with external objects (such as those mapped to external tables, to OpenEdge Service objects, or through a HDP connection) is a beta feature. This method is supported in production systems, except for external objects.
Purpose
Sets the state of the checkbox field with the given integration name to checked
(true) or unchecked (false). It will invoke any existing
onchange event handlers for that field.
Syntax
rbf_setChecked(fieldName, isChecked)
Parameters
fieldName
The integration name of the checkbox field
isChecked
true or false
Note: This API is supported in portals as well.