<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<HEAD>
<!-- Copyright 2001, 2002, 2003 Macromedia, Inc. All rights reserved. -->

<TITLE><MMString:loadString id="Shared/Controls/String_Menu/CheckBox/title" /></TITLE>

<SCRIPT>

function controlFiles()
{
  return new Array(
	"Shared/Controls/Scripts/CheckBox.js");
}

function controlSource(name)
{
  return '' +
   '<!-- Please Note: Set the value attribute to the corresponding parameter\n' +
   '     value that should be passed when this control is checked. -->\n' +
   '<INPUT type="checkbox" name="'+ name + '" value="true"> ' + '[' + MM.LABEL_Label + ']'

}

</SCRIPT>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html">
</HEAD>
<BODY>
</BODY>
</HTML>
