Light logo Small logo
Dark logo Small logo
Light logo Small logo
Dark logo Small logo

Form Advanced

Selectize

Selectize is the hybrid of a textbox and <select> box. It's jQuery-based and it's useful for tagging, contact lists, country selectors, and so on.

Switchery

iOS 7 style switches for your checkboxes

Add an attribute data-plugin="switchery" data-color="@colors" to your input element and it will be converted into switch.

Add an attribute data-size="small",data-size="large" to your input element and it will be converted into switch. Add an attribute data-color="@color" data-secondary-color="@color" to your input element and it will be converted into switch.

Select2

The jQuery replacement for select boxes

Single Select

Select2 can take a regular select box like this...

Multiple Select

Select2 can take a regular select box like this...

Auto Complete

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields

Multiple Select

Example of multiple select.

Default

Use a <select multiple /> as your input element for a tags input, to gain true multivalue support.

Grouped Options

Use a <select multiple /> as your input element for a tags input, to gain true multivalue support.