I have a groupbox with quite a few checkboxes.
I want a specific textbox to have custom string per checkbox in the text box.
Exemple
chckBox1
chckBox2
chckBox3
chckBox4
chckBox5
chckBox6
I checked 1, 3 and 6
So my textbox will contain as text
ckbox1, chkbox3, chkbox6
if i uncheck chkbox3
textbox will contain as text
chkbox1, chkbox6
Been breaking my head on this for quite some time now :(