toggleAttribute

fun toggleAttribute(qualifiedName: String, force: Boolean = definedExternally): Boolean(source)

The toggleAttribute() method of the Element interface toggles a Boolean attribute (removing it if it is present and adding it if it is not present) on the given element.

MDN Reference