a truthy value assigned to the attribute of an Element will get converted to an empty string "", so that it renders as an attribute without a value. (for instance, the checked attribute of <input type="checkbox" checked />)
Element
""
checked
<input type="checkbox" checked />
Generated using TypeDoc
a truthy value assigned to the attribute of an
Elementwill get converted to an empty string"", so that it renders as an attribute without a value. (for instance, thecheckedattribute of<input type="checkbox" checked />)