Advanced Form Elements

Knob input http://anthonyterrien.com/knob/

Knob - Dial

Easily create knob input style.

Simple knob example

Dynamic knob example

Chosen select http://harvesthq.github.io/chosen/

With chosen select uesr can fase chose from large in select input.

Range Slider https://github.com/IonDen/ion.rangeSlider

Sliders

Are perfect for range select option.

Example of: Set diapason from 0 to 5000, Adding postfix "+" to max value, Set slider type to double, Dollar symbol as prefix, Enable grid
Example of: Set diapason from 0 to 10, Set fractional step value: 0.1, Enable grid
Example of: Set diapason from -50 to +50, Set FROM value to 0, Add degree symbol as postfix
Example of:Change common slider numbers to custom (Month names). Using values array for that. Array can be any length, Slider will change min and max number automaticaly to fit values array length, Step parameter also will be changed to one, to allow to choose items in values array
TouchSpin http://www.virtuosoft.eu/code/bootstrap-touchspin/

A mobile and touch friendly input spinner component for Bootstrap 3. It supports the mousewheel and the up/down keys.

Basic example with empty value

Example with postfix

Example with vertical button alignment:

Bootstrap Dual Listbox is a responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.

Select2 https://select2.github.io/

Select2 is a jQuery based replacement for select boxes. It can take a regular select box and turn it into:

{{$select.selected.name}}

A placeholder value can be defined and will be displayed until a selection is made.

{{$select.selected.text}}

Select2 also supports multi-value select boxes. The select below is declared with the multiple attribute.

{{$item}} {{color}}
Range Slider http://refreshless.com/nouislider/

Range Slider

Simple and clean range select slider.

Date Picker https://github.com/g00fy-/angular-datepicker

Date picker

Simple and easy select a time for a text input using your mouse.

Select range
Selected date:
{{(a|date)}} - {{(b|date)}}
ClockPicker http://weareoutman.github.io/clockpicker/

ClockPicker

A clock-style timepicker for Bootstrap. Options can be set by data- atribute.

Date Range Picker

Date Range Picker

A JavaScript widget for choosing date ranges. Designed to work with the Bootstrap CSS framework.

https://github.com/fragaria/angular-daterangepicker

Color picker http://mjolnic.github.io/bootstrap-colorpicker/

Colorpicker

Colorpicker plugin for the Twitter Bootstrap toolkit.

As normal input
As a link
Normal link Model: {{model.color2 | json}}
Tags input

Tags input directive for AngularJS http://mbenford.github.io/ngTagsInput

Basic example with few initial tags

Input Mask http://jasny.github.io/bootstrap/

Input Mask

Input masks allows a user to more easily enter data where you would like them to enter the data in a certain format.

999-99-999-9999-9
999 99 999 9999 9
999/99/999/9999/9
192.168.100.200
99-9999999
(999) 999-9999
$ 999,999,999.99
dd/mm/yyyy
Switcher http://abpetkov.github.io/switchery/

Switcher

Is iOS 7 style switches for your checkboxes.



Custom switch

Custom switch

Pure CSS3 On/Off flipswitches with animated transitions.

ngImgCrop https://github.com/alexk111/ngImgCrop

Simple Image Crop directive for AngularJS. Enables to crop a circle or a square out of an image.

Preview image

Avalible options

area-type="{circle|square}" change-on-fly="{boolean}"
area-min-size="{number}" result-image-size="{number}"
result-image-format="{string}" result-image-quality="{number}"
on-change="{expression}" on-load-begin="{expression"
on-load-done="{expression" on-load-error="{expression"
Awesome bootstrap checkbox

Basic

Supports bootstrap brand colors: .checkbox-primary, .checkbox-info etc.

Checkboxes without label text

Inline checkboxes

Circled

.checkbox-circle for roundness.

Radio

Supports bootstrap brand colors: .radio-primary, .radio-danger etc.

Radios without label text

Inline radios