<Grid>
   <Cfg id="Checkboxes" NoVScroll="1" NoHScroll="1" Alternate="2" IdChars="0123456789" NumberId="1"/>
   <Cols>
      <C Name="id" Type="Int" CanEdit="0" CanSort="0"/>
      <C Name="BOOL" Type="Bool"/>
      <C Name="RADIO" Type="Radio" Enum="|A|B|C|D" Spanned="1" Width="120"/>
      <C Name="RADIO1" Type="Radio" Enum="|A|B|C" Spanned="1" Clear="RADIO2" Tip="Related Radio, the first column, controls the Radio2"/>
      <C Name="RADIO2" Type="Radio" EnumA="|A1|A2|A3" Spanned="1" EnumB="|B1" EnumC="|C1|C2" Related="RADIO1" Width="110" Tip="Related Radio, the second column, it is controlled by Radio1"/>
   </Cols>
   <Body>
      <B>
         <I id="0"/>
         <I id="1"
            BOOL="1" BOOLTip="Checked Bool with two states"
            RADIO="B" RADIOTip="Standard Radio with four buttons"
            RADIO1="A" RADIO2="A2"
            />
         <I id="2"
            BOOLCanEmpty="1" BOOLTip="Empty Bool with three states"
            RADIO="C" RADIORadioIcon="3" RADIOTip="Radio with standard radio buttons instead of style radio icons"
            RADIO1RadioUncheck="1" RADIO2Enum_="|?1|?2" RADIO1Tip="Related Radio, the first column, controls the Radio2&lt;br>Permits having all buttons unchecked" RADIO2Tip="Related Radio, the second column, it is controlled by Radio1&lt;br>Shows special options for all unchecked buttons in the Radio1"
            />
         <I id="3"
            BOOLBoolIcon="4" BOOLTip="Bool with standard checkbox instead of style checkbox icon"
            RADIO="p" RADIOEnumKeys="|o|p|q|r" RADIORadioUncheck="1" RADIORadioRight="1" RADIOTip="Radio with keys defined&lt;br>All buttons can be off&lt;br>Captions shown left side"
            RADIO1RadioUncheck="1" RADIO1Tip="Related Radio, the first column, controls the Radio2&lt;br>Permits having all buttons unchecked" RADIO2Tip="Related Radio, the second column, it is controlled by Radio1&lt;br>Shows no option for all unchecked buttons in the Radio1"
            />
         <I id="4"
            BOOLBoolGroup="1" BOOLBoolIcon="1" BOOLTip="Grouped Bool in column (with two next cells)"
            RADIO="A;C;D" RADIORange="1" RADIOTip="Radio in Range cell - independent checkboxes"
            RADIO1="A;C" RADIO1Range="1" RADIO2Range="1" RADIO1RowSpan="2" RADIO2RowSpan="2" RADIO2Wrap="1" RADIO1Tip="Related Radio, the first column, controls the Radio2&lt;br>Shows related Radio in Range cell" RADIO2Tip="Related Radio, the second column, it is controlled by Radio1&lt;br>Merges options for all actually checked buttons in Radio1&lt;br>Shows also Range cell&lt;br>Automatically wraps the buttons to more lines"
            />
         <I id="5"
            BOOLBoolGroup="1" BOOLBoolIcon="1" BOOLTip="Grouped Bool in column (with previous and next cell)"
            RADIO="F" RADIORowSpan="2" RADIOWrap="1" RADIOEnum="|A|B|C|D|E|F|G" RADIOTip="Radio with automatically wrapped content&lt;br>Uses RowSpan just for demonstration"
            />
         <I id="6"
            BOOLBoolGroup="1" BOOLBoolIcon="6" BOOLTip="Grouped Bool in column (with two previous cells)&lt;br>Used textual checkbox icon"
            RADIO1="B;C" RADIO1Range="1" RADIO1Tip="Related Radio, the first column, controls the Radio2&lt;br>Shows related Radio in Range cell" RADIO2Tip="Related Radio, the second column, it is controlled by Radio1&lt;br>Merges options for all actually checked buttons in Radio1"
            />
      </B>
   </Body>
   <Header id="id" BOOL="Bool" RADIO="Radio" RADIO1="Radio1" RADIO2="Radio1-2"/>
</Grid>
