Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 436 Bytes

File metadata and controls

20 lines (12 loc) · 436 Bytes

bootstrap-select-togglebutton

A simple plugin jQuery to convert select boxes to Bootstrap toggle button group.

togglebutton screenshot

Usage

Create a select element and use the plugin.

$('select').togglebutton();

You can also check it out on the example file.

Options

No options for this version.