Application Delivery Management
Application Modernization & Connectivity
IT Operations Management
CyberRes
try
{
if ( checkIt )
{
form.select( "myCB" );
}
else
{
form.select( "myCB", [ "false" ] );
}
}
catch (e) {}
"try .. catch"
is used as a workaround to handle the error that may occur on some UA versions where the line
form.select( "myCB", [ "false" ] );
"try .. catch"
is a workaround for this UA bug/error.