indexiatech / ember-forms

Smart, Intuitive forms for Ember.js styled with Bootstrap, Multi layouts and Validation support.
http://indexiatech.github.io/ember-forms
Apache License 2.0
218 stars 45 forks source link

How to make checkbox contain a more complex template, not just label text. #77

Open fxxkscript opened 9 years ago

fxxkscript commented 9 years ago

I have change some code to make checkbox can use yield to insert a template.

Now it just work, the commit is https://github.com/koudaitong/ember-forms/commit/87ba2376f8bf07a379b002e04cc2687f901da31b

        {{#em-checkbox property="agreement"}}
          Some balalalala <a href="http://bababaalaaa.com">123123</a>
        {{/em-checkbox}}