With following code I can not click on labels in jqtouch (on iphone simulator and iphone itself):
There is an obscure trick for this, using CSS:
label { cursor: pointer; }
And it will work on iPhone and iPad.