Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Insert additional image into checkbox element JQuery Mobile

I'm building a mobile phone application using JQuery Mobile, and there's a visual effect I'd like to achieve with a list of checkbox elements. Basically I'd like to insert a small icon (an image) into the body of each checkbox element in the following position:

enter image description here

Is it possible to achieve this with JQuery Mobile? Thanks.

like image 909
Jesse M Avatar asked Dec 13 '25 16:12

Jesse M


1 Answers

something like that? http://jsfiddle.net/KADqA/23/ just add some styling to the image, should work.

(the javascript is not really useful in that case. was a sample on how to add a Link into this field: http://jsfiddle.net/KADqA/)

like image 104
yogee Avatar answered Dec 16 '25 19:12

yogee