Check box
From LDTP
Syntax
<name>={class=<type of object>[, <optional arguments>]
Example: In gedit, Edit->Preferences, 1st tab
chkEnableautoIndentation={class=check_box, label=Enable auto indentation}
Description
class type check_box is used to identify the object type check box.
Refer: gui.c (http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/pyldtp/gui.c), parser.c (http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/appmap/parser.c), ldtp.c (http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/pyldtp/ldtp.c), check_box.c (http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/pyldtp/check_box.c)

