You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
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}}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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}}
The text was updated successfully, but these errors were encountered: