and so I want more I want in groups
so
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("Form2", 217, 294, 228, 172)
$Group1 = GUICtrlCreateGroup("Group1", 8, 8, 97, 185)
$Checkbox2 = GUICtrlCreateCheckbox("Checkbox2", 16, 48, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("Checkbox3", 16, 72, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Checkbox4", 16, 96, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Checkbox5", 16, 120, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("Checkbox6", 16, 144, 97, 17)
$Checkbox1 = GUICtrlCreateCheckbox("Checkbox1", 16, 24, 97, 17)
$Checkbox7 = GUICtrlCreateCheckbox("Checkbox7", 16, 168, 97, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("Group2", 112, 8, 97, 185)
$Checkbox8 = GUICtrlCreateCheckbox("Checkbox8", 120, 24, 97, 17)
$Checkbox9 = GUICtrlCreateCheckbox("Checkbox9", 120, 48, 97, 17)
$Checkbox10 = GUICtrlCreateCheckbox("Checkbox10", 120, 72, 97, 17)
$Checkbox11 = GUICtrlCreateCheckbox("Checkbox11", 120, 96, 97, 17)
$Checkbox12 = GUICtrlCreateCheckbox("Checkbox12", 120, 120, 97, 17)
$Checkbox13 = GUICtrlCreateCheckbox("Checkbox13", 120, 144, 97, 17)
$Checkbox14 = GUICtrlCreateCheckbox("Checkbox14", 120, 168, 97, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group3 = GUICtrlCreateGroup("Group3", 8, 200, 201, 89)
$SelectallGroup1 = GUICtrlCreateCheckbox("Select all Group1", 16, 216, 105, 17)
$SelectallGroup2 = GUICtrlCreateCheckbox("Select all Group2", 16, 232, 97, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd