custom-radio-buttons
jQuery plugin to customize radio button markup to resemble styled dropdowns
How To
- Initialized using $('.select-class-name').customradio();
- The follow options are available:
mobileImages : false,
mobileSize: 640,
imgsUrl: '../imgs/' - Simply upload images to your specified image folder with the same name as the ID of the respective input/label. Defaults are filter-1, filter-2, etc.
- To load different images on mobile, set mobileImages to true and upload images with the initial name followed by -mobile (for example, filter-1-mobile)