<%page args="module"/> <%! import splunk.util %> <% domId = module['id'] + '_checkbox' def isChecked(): if splunk.util.normalizeBoolean(module['params']['enable']): return 'checked="1"' return '' %> % if splunk.util.normalizeBoolean(module['params']['display']):
% else: