Inputs are necessary for user interaction with the website. Inputs are used to take information from the user, and then send the data to the server.
- In order to view the code you need to visit using a device with larger screen.
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.
Radio buttons allow the user to select one option from a set.
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.