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
Why not use a switch - UISwitch? This is used to display an element showing the boolean state of a value.