Hi! I'd like to assign an icon to a checkbox with BS_PUSHLIKE and BS_ICON style. I use the same code I use for all my other buttons in that GUI, very simple: Local $quickedit = GUICtrlCreateCheckbox("", 595,536, 24,24, BitOR($BS_PUSHLIKE, $BS_ICON)) _ResourceSetImageToCtrl($quickedit, "QE_ICON") As I said, all other buttons work fine like this: Local $refresh = GUICtrlCreateButton("", 595,285, 24,24, $BS_ICON) _ResourceSetImageToCtrl($refresh, "REFRESH_ICON") Just the checkbox do