Get Started
Introduction Colors Typography Conclusion Components
Avatar Alert Badge Button Card Image Input List Toast Grid Modal Navigation
Inputs

Inputs are necessary for user interaction with the website. Inputs are used to take information from the user, and then save the data to the server, accordingly.


Label Inputs

Label Input has a label present at the top of the input field. They can be customized to show error error-message, and change color accordingly.

Wrong Password. Try again.

Radio

Radio buttons allow the user to select one option from a set.


Checkbox

Checkboxes allow the user to select one or more items from a set. Checkboxes can be used to turn an option on or off.
If you have multiple options appearing in a list, you can preserve space by using checkboxes instead of on/off switches. If you have a single option, avoid using a checkbox and use an on/off switch instead.