I need to add checkbox controls to my form. I know that there is no such control in iOS SDK. How could I do this?
Generally, you would use the UISwitch for checkbox-like functionality.
You could roll your own though by using an image control with two images (checked/unchecked) and switching the images when they touch the control/