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