HTMLInputElement public sealed class HTMLInputElement : HTMLElement Documentation Code public enum InputType public const string Tag = "input" public bool Checked { get; set; } public bool Disabled { get; set; } public HTMLFormElement Form { get; } public bool Indeterminate { get; set; } public string Name { get; set; } public bool Readonly { get; set; } public bool Required { get; set; } public InputType Type { get; set; } public HTMLInputElement()