AnnoObjGetCheckBoxValueIfChecked

Usage                 

String AnnoObjGetCheckBoxValueIfChecked()

Description        

Gets the value of the checkbox set by AnnoObjSetCheckBoxValueIfChecked, but only if the selected checkbox is checked.

Parameters        

None

Return value     

The value set for the selected checkbox, or an empty string if the selected checkbox is unchecked/an error happened.

Programming Notes       

None