optionIncludeSourceOnClick: function (pEvent) {
    uistate.setIncludeSource(pEvent.target.checked)
    uistate.requestRender()
    store.saveSettings(uistate)
    gaga.g('send', 'event', 'renderoptions.includesource', pEvent.target.checked)