MarkThibault / angular-checkbox

Angular checkbox component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Checkbox

This is a checkbox component.

Getting Started

Prerequisites

Installing

Add the following to your dependencies:
"angular-checkbox": "git://github.com/MarkThibault/angular-checkbox.git",

Usage

Inject into angular module:

angular.module("app", ["angularCheckboxModule"])

Using the component:

<angular-checkbox label="{{app.checkboxLabel}}" checkbox-id="check1" is-checked="app.checkboxChecked" on-update="app.toggleThis($event);" disable="app.disableStatus()"></angular-filter>

Running the tests

Deployment

Built With

Contributing

Versioning

Authors

License

Acknowledgments

About

Angular checkbox component.


Languages

Language:JavaScript 49.1%Language:CSS 27.6%Language:TypeScript 17.3%Language:HTML 6.0%