HTML Form Types

CheckBox Types

  • Check Box
    – A check box is a small box, which when selected includes a checkmark. It is used to allow the user to select one or more than one of the options available on a web page. An User can select or clear the check box by clicking it.

    Example:
    <input type=“checkbox”>



Cristle Academy

Compiler