I am trying to make a standard check box for my iPhone app from a UIButton with a title and image. The button image changes between an \"unchecked\" image and
UIButton
Did you try overriding the initWithCoder method, just in case it is loaded from a nib somehow?