<button class="btn btn-outline-dark" (keydown.enter)="checkout()"
(click)="checkout()" i18n>Submit</button>
</div>
- <div class="input-group-append">
- <br/>
- <input class="form-check-input" type="checkbox"
- (ngModelChange)="toggleStrictBarcode($event)"
- id="strict-barcode-cbox" [(ngModel)]="strictBarcode"/>
- <label class="form-check-label"
- for="strict-barcode-cbox" i18n>Strict Barcode</label>
- </div>
</div>
</div>
- <div class="flex-1"></div>
+ <div class="form-check form-check-inline pt-1">
+ <input class="form-check-input" type="checkbox"
+ (ngModelChange)="toggleStrictBarcode($event)"
+ id="strict-barcode-cbox" [(ngModel)]="strictBarcode"/>
+ <label class="form-check-label"
+ for="strict-barcode-cbox" i18n>Strict Barcode</label>
+ </div>
<div ngbDropdown>
<button ngbDropdownToggle class="btn mr-2" [ngClass]="{
'btn-outline-dark': dueDateOptions === 0,