Input

Input is another way the user interacts with websites. They are used to get user's inputs and choices.

Input Fields

Input fields usually have a label along with the actual input field.


Input Fields with Validation styles

By adding class .input-success and .input-error on div / form with .input-group class user can style validation messages.

This username is valid
The username and password don't match

This username is valid
The username and password don't match

Radio Buttons

Radio butons are used to select from a set of given values for a particular field

Select your preffered channel to receive OTP:


Checkbox

Checkbox is used to take multiple inputs for a same field.

Show laptops from below brands:


Dropdown

Dropdown's are used to display List of Values. The user can select one of the values for a particular property