Index

arrow_back Back

Input

Input elements allow the user to change information on the page to specify individual parameters.

Types

Checkbox
The Checkbox input allows a user to specify an on-off attribute.
File
The file input allows a user to select a file from their device.
Select
The "select" element allows the user to select a single item from an expandable list of options.
Submit
The submit input allows a user to submit a form or perform an action. Currently, it is essentially the same thing as a Normal Button.
Text
The text input allows the user to input a string of text.