2.0.0 • Published 6 years ago

ember-checkbox-with-label v2.0.0

Weekly downloads
22
License
MIT
Repository
github
Last release
6 years ago

ember-checkbox-with-label

Greenkeeper badge npm version Build Status Ember Version

Ember component for a checkbox wrapped in a label

Demo

https://kellyselden.github.io/ember-checkbox-with-label

Installation

ember install ember-checkbox-with-label

Usage

{{checkbox-with-label
  checked=checked
  text="text goes here"
  disabled=disabled
  update=(action (mut checked))
}}

or with positional params

{{checkbox-with-label
  checked
  "text goes here"
  disabled=disabled
  update=(action (mut checked))
}}

or with a content block

{{#checkbox-with-label
  checked
  disabled=disabled
  update=(action (mut checked))
}}
  text goes here
{{/checkbox-with-label}}

License

This project is licensed under the MIT License.

2.0.0

6 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

9 years ago