체크박스의 초기 선택 상태값을 반환하는 API이다.
function btn_getdefaultcheck_on_mouseup() { screen.alert("default_check값은 : " + chkTest.getdefaultcheck()); }