namedItem

fun namedItem(name: String): ERROR CLASS: Symbol not found for JsAny??(source)

The HTMLFormControlsCollection.namedItem() method returns the RadioNodeList or the Element in the collection whose name or id match the specified name, or null if no node matches.

MDN Reference