optionMirrorEntitiesOnClick: function (pEvent) {
    uistate.setMirrorEntities(pEvent.target.checked)
    uistate.requestRender()
    store.saveSettings(uistate)
    gaga.g('send', 'event', 'renderoptions.mirrorentities', pEvent.target.checked)