checkbox

Represents a checkbox. It lets you build checkbox-dependant control groups. To make controls depend of the checkbox (be enabled and disabled based on the checkbox state), put their tags inside the checkbox tag.

Parameters:

Parameter Description Default value
name inherited parameter
default inherited parameter
caption inherited parameter

Example:

<?xml version="1.0" encoding="ISO-8859-1"?>
<root dpix="96" dpiy="96">
 <checkbox name="check1" caption="Need below params">
  <edit name="e1" caption="Edit control depends on checkbox"/>
  <edit name="e2" caption="Another edit"/>
 </checkbox>
 <edit name="e3" caption="This edit NOT depends on checkbox"/>
</root>

Result:
  

 

The CHM file was converted to HTML by chm2web software.