" For a Boolean property, you cannot set it to false from markup, since the presence of the attribute, with or w/o a value, equates to true. This is the standard behavior for attributes in the web platform. "
" as HTML attributes can only be strings; however, the standard serialize method is used to convert values to strings, so true will serialize to an empty attribute, and false will result in no attribute set "