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, parser.c, ldtp.c, check_box.c
