| 
	A checkbox is a type of form field that allows you to select an item by simply clicking inside a box. Unlike radio buttons or a pull-down menu, it is typically used to represent a set of non-exclusive choices. 
  A checkbox has usually two conditions:
 - condition 1: marked
 - condition 2: not marked
 
  
 
 
 
  | 
	 |