HTML | DOM Input Radio type Property
The DOM Input Radio type Property in HTML DOM is used to return the type of form element of the Radio Button. It always returns the "radio" for an Input Radio Button. Syntax: radioObject.type Return Values: It returns a string value which represents the type of form element the input radio field is.