HTMLFormControlsCollection
A collection of HTML form control elements.
interface HTMLFormControlsCollection extends HTMLCollectionBase {
namedItem(name: string): RadioNodeList | Element | null;
}var HTMLFormControlsCollection: {
prototype: HTMLFormControlsCollection;
new (): HTMLFormControlsCollection;
};