# disableInjectedStyle
I'm not sure why anyone would want to do this but it's been requested a couple times so here it is... `disableInjectedStyle` enables you to disabled the injeted style that ships with the plugin.

## Usage
```javascript
var options = {
  disableInjectedStyle: true
};
$(container).formBuilder(options);
```
## See it in Action
<p data-height="525" data-theme-id="22927" data-embed-version="2" data-slug-hash="aWjQxQ" data-default-tab="result" data-user="kevinchappell" class="codepen"></p>
