I want the functionality of a switch, but have the ability to choose based on the image. For example, I will have a label (Payment Methods). I would like to create different DIV / Images with each payment accepted (Credit / Card, PayPal, Western Union, etc.). Instead of choosing a small radio button with a small circle, most likely they just click on the image and have a border or change the image to indicate that this method is selected.
It would be even better if I had such functionality with a DIV element, so I can add only what I want in the DIV (text, images, etc.), and the DIV has some kind of border that appears when choosing.
Is this possible using input type = radio? If this is not possible with the help of radio stations, than how do you propose to implement this? If this was done, link :)
Parox source
share