setting checks on checkbox , setcheck not working

how do i set a check on checkbox?

i used

Code:
	m_checknow.SetCheck(BST_CHECKED);
but the button refuses to get checked

m_checknow is a CButton class with a checkbox as its dialog

thanks in advance