bool:*
Edit this pagebool:*
controls the presence of an attribute in an element.
When the value is truthy
it adds the attribute
to the element.
Alternatively, when the value is falsy
it removes the attribute
from the element.
This attribute is most useful for Web Components.