Check Boxes in win32 API

Can somebody please tell me how to create a checkbox with win32 API as I can't find it anywhere on the internet. I will need to create it with resource and I tried this

 
CHECKBOX        IDC_CHECKBOX,60,86,100,100, BS_CHECKBOX


But it doesn't work.

Thanks in advance
AUTOCHECKBOX "", IDX_MULTI_1, 169, 22, 10, 10
Thanks it works
Topic archived. No new replies allowed.