I have path field in one of my tabs in the page properties, Based on the
input value of that field, I want to update a check box field in one of
the other tabs in the page properties.I tried to place this logic in a
sling model, but the sling model is invoking only when the template
(html) is called, meaning it works only when the page is open and I try
to edit the properties. But If I directly edit the properties from
Sites, the sling model will not invoke. So trying to incorporate it into
a cq...