DDgui_checkbox: id$, caption$
[, width%=0, height%=0]
Create a check box
Example :
DDgui_checkbox("test","This is an example")
Result :
This creates a check box, which is an item that has two states : selected or not selected.