input
input
Defaults to an inline element, providing an interactive interface to receive user input.
Properties
type
A widget that can be set to the above value types; the actual form of the final input component is determined by the set type.
name
Sets the name of the input component.
checked
The current checked state of the component, which can trigger the checked pseudo-class. It takes effect when type is checkbox; when set to on, the checkbox is checked by default.
value
Sets the value of the input component.
