checkbox-wf

1.0.1 • Public • Published

checkbox

Custom checkbox to angular 2

Example

import { Component } from "@angular/core";
 
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
 
selected: boolean;
title: string = 'Check';
disable: boolean = false;
 
}
 <checkbox [disableValue]="disable" 
           [(ngModel)]="selected"
           [label]="title">
 </checkbox>

alt check

Package Sidebar

Install

npm i checkbox-wf

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

11.6 kB

Total Files

8

Last publish

Collaborators

  • willfonseca