Is it possible to place a checkbox on an iOS view? I’d like to use a checkbox on a login view for remembering the username.
Use IOSSwitch ?
or create a custom button with two images
but beware the HIG police
I’ve used a switch like Apple does, but the meaning is not always clear. I’ve also used a button and changed the caption between the 2 states.
This might help
http://www.jeremieleroy.com/wpg/bin/iOSCheckbox_v1.0.zip