function main() { setupUI(); } function cbChecked(text, checked) { console.log('text:' + text + ' value:' + checked); }