How can I attach image to checkbox control or radiobutton control so that if user chooses a particular product, the image will be passed alongside the value of the checkbox or radiobutton to another page?
Example: I have 4 products and 4 checkboxes. Each product is attached to the 4 checkboxes. When user selects either 1 or 3 products by checking the boxes, the information will be passed and displayed with the images of the product or products on confirmation page.