input type=checkbox Element

xhtml:input type=checkbox Element
 
이 컨트롤은 선택을 위한 input 엘리먼트의 한 종류이다. 여러 개의 선택 가능한 항목 들 중에서 한개 혹은 여러 개의 항목을 선택하여 인터랙티브(Interactive)하게 원하는 기능을 수행하게 하는데 사용된다.
분류 구분 비고
Syntax HTML
Script
< input type="checkbox"   propName = "propVal"> innerString  < /input >
[propVal] = object .PropName;
Element Information Standards
  • IE3.0 이상에서 엘리먼트와 스크립트를 사용할 수 있다.
  • Sample
    …(생략)…
    <input type="checkbox" checked id=chk1 onclick="choosebox1()">
     uncheck this check box for some free advice.
    <p><input type="checkbox" id=chk2 onclick="choosebox2()">
     or check  this check box for a message from our sponsors.
    <p id=samptext>
    …(생략)… 

    댓글 없음: