Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 749 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 749 Bytes

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)