I found probably this same effect as in button action control . Checkbox status is still this same. Sample code:
- Code: Select all Expand view
#Include 'FwCe.Ch'
Function TestCheck ()
Local oWnd := Nil
Local lVal := .F.
Define Window oWnd Title 'Test Check'
@ 100, 20 CheckBox lVal Prompt 'Test checkbox' Size 120, 20 Pixel Of oWnd On Change MsgInfo ('Checkbox changed')
Activate Window oWnd
Return .T.
Regards
Pawel