# ban-default-true In HTML, [boolean attributes always have a default value of `false`](https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attributes). This ensures that Stencil props behave the same way. ## Config No config is needed ## Usage ```json { "stencil/ban-default-true": "error" } ```