UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

10 lines (8 loc) 254 B
import { Component } from '@angular/core'; @Component({ selector: 'demo-buttons-checkbox', templateUrl: './checkbox.html' }) export class DemoButtonsCheckboxComponent { public checkModel:any = {left: false, middle: true, right: false}; }