I think you might be getting an exception. Do you have a @Property on your page named "leaf"
<input t:id="leafNode" t:type="checkbox" value="leaf" /> Try looking at the network traffic using the developer tools in your browser. There's possibly an error response? It should be reported in your error logs too.
