im trying to put chekcboxes input on my html file using compiled jade, it renders the actual checkboxes but not the text i.e.
p.confirm
input(type="checkbox", name="agree")
| I agree to the Terms & Conditions of this Company <br />
input(type="checkbox", name="subscribe")
| Tick to recieve future communication from Company
I tried the jade docs but nothing happens, thanks
Input tags do not have children.