Dynamic Windows Function [dw_checkbox_new]
Syntax
HWND dw_checkbox_new(char *text, unsigned long id)
Parameters
char *text: The text to be display by the static text widget.
unsigned long id: An ID to be used with dw_window_from_id() or 0L.
Returns
HWND A handle to a checkbox window or NULL on failure.
Description
Create a new checkbox window (widget) to be packed.