method:focus ();return type:voidcontent:ใช้กำหนดให้ checkbox ได้รับ focusexample:var tagCheckbox = document.getElementById ( "bamboo" ); tagCheckbox.focus();