@ -1,5 +1,12 @@
# Changelog
## v1.1.7 - 2018-02-06
### Bugfixes
* **UI**: Checkbox style fixed.
## v1.1.6 - 2018-02-06
### Features
@ -84,7 +84,7 @@
<sqx-toggle [formControlName]="partition"></sqx-toggle>
</div>
<div *ngSwitchCase="'Checkbox'">
<div class="form-check">
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" [formControlName]="partition" sqxIndeterminateValue />