I was trying to create a checkbox for images where if we have multiple images I can select 3 or 4 images before proceeding ahead. I have seen this kind of thing but I don’t know how to create the same using jquery.
For example in this image I would like to give an option that if some one clicks on the image it gets selected. User can select multiple images like this. Is it possible using jquery? or is there a plugin which can help me to achieve this.

This may be sufficient for your needs. Of course you can edit the script and css to be styled how you like:
CSS:
Here is a JSFIddle Example