Input

Inputs are often required to get data from user. They can be text field, password, checkbox, rating. Ani-Design provides an .input-container class along with type classes as per the input. (e.g. .checkbox )

Text Inputs

Text inputs can be emails, passwords or a simple text field for a username. Use the data-error and data-success attributes with .input class for inputs

Checkbox

Checkbox are needed for enabling optional setting or inside forms to provide the user with a variety of options to pick. Use the .checkbox class to get started. Various states of the checkbox are listed below.

Radio Button

Radio buttons are used to make a single choice between multiple options. Use the .radio class to get started. Various states of the radio button are listed below.