체크박스의 true_value 속성값을 리턴하는 API이다.
function btn_gettruevalue_on_mouseup() { var chk_true_value = chbox1.gettruevalue(); }