<?xml version="1.0"?>
<!DOCTYPE testsuite SYSTEM "http://www.w3.org/WAI/UA/TS/dtd/uaag-testsuite-2.dtd">


<testsuite id="ts0101-checkbox">
	
	<metaInfo>
		<testTitle>CHECKBOXES</testTitle>
		<shortTitle>Navigate to and change state of CHECKBOX control with keyboard</shortTitle>
		<testElement>
			<elementName>CHECKBOX</elementName>
			<hlink href="http://www.w3.org/TR/html401/interact/forms.html#checkbox">&hspec; CHECKBOX</hlink>
		</testElement>
		<creator>Colin Koteles</creator>
		
		
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
                <checkpoints>
                        <checkpoint xref="tech-device-independent-ui">
                          <provisions>
                            <provision xref="tech-device-independent-ui-1"/>
                          </provisions>
                        </checkpoint>
                </checkpoints>
 	</requirementInfo>
	
	<content>
		
		
		
		<test section="1">
			<procedure>
				<list>
					<item>Using the standard keyboard or an assistive technology that emulates the 
						keyboard, uncheck and check the two checkboxes on this page.</item>
				</list>
			</procedure>
			<testCode>
				<form action="../action/return.html" method="post">
					<label for="checkbox1">Checkbox 1</label>
					<input id="checkbox1" type="checkbox" value="1" name="check-input" checked="checked"/><br/>
					<label for="checkbox2">Checkbox 2</label>
					<input id="checkbox2" type="checkbox" value="2" name="check-input"/>
				</form>			
			</testCode>
      	<exResults>
				<list>
					<item>Using the keyboard or an assistive technology that emulates the keyboard, the user checks and 
  						unchecks the checkboxes</item>
				</list>
			</exResults>
		</test>
						
	</content>

</testsuite>