mquandalle / meteor-jade

The Jade template engine for Meteor/Blaze
http://atmospherejs.com/mquandalle/jade
MIT License
307 stars 39 forks source link

does it cater for the checkboxes and radio buttons #208

Open bogere opened 8 years ago

bogere commented 8 years ago
hullo thank you for your great effort in building this meteor jade... i was inquiring if it can support the checkboxes because i having difficult time to render them... i used this simple example. template(name = "task") li.(class='{{#if checked}}checked{{/if}}') button.delete × input.toggle-checked(type='checkbox', checked='{{checked}}')
  span.text
    | {{text}} by 
    strong {{username}}