🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A tiny jQuery plugin that transforms your radio buttons into a modern dropdown list with background images interaction.

Select radio-button

Documentation

custom-radio-buttons

jQuery plugin to customize radio button markup to resemble styled dropdowns

View Demo

How To

  1. Initialized using $('.select-class-name').customradio();
  2. The follow options are available:
    mobileImages : false,
    mobileSize: 640,
    imgsUrl: '../imgs/'
  3. 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.
  4. 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)

You May Also Like