| align | ใช้กำหนดค่า หรือคืนค่า ตำแหน่งข้อความ ของ checkbox |
|---|
property:align;
return type:string, void
content:ใช้กำหนดค่า หรือคืนค่า ตำแหน่งข้อความ ของ checkbox โดยค่าข้อมูลที่เป็นไปได้ คือ right, left, center
example:var tagCheckbox = document.getElementById ( "bamboo" ); tagCheckbox.align = "right";