$CLASSNAME$
	UICheckBox
$SUMMARY$
	Class UICheckBox.
$LANG_RU$
	 UICheckBox.
$ABOUT$
	Checkbox class.
$LANG_RU$
	 .
$SYNTAX$
	UICheckBox([<value>],<label>)	--> UICheckBox object.
$LANG_RU$
	UICheckBox([<value>],<label>)	-->  UICheckBox.
$ATTRIBUTES$
	<className>	- Class name. Value should be "UICheckBox".
$LANG_RU$
	<className>	-  . : "UICheckBox".

$METHODNAME$
	UICheckBox()
$SUMMARY$
	Constructor.
$LANG_RU$
	.
$SYNTAX$
	UICheckBox([<value>],<label>)	--> UICheckBox object.
$ARGUMENTS$
	<value>		- Boolean. Set check box state: .T. - check box is checked, .F. - check box is unchecked.
	<label>		- String. Check box label. You can define accel key for widget activation. Just place symbol "&" before accel letter. This letter will be underlined and widget will be activated with key Alt-letter.
$LANG_RU$
	<value>		-  .   : .T. -  , .F. -  .
	<label>		- .  .         ,   "&"   .    ޣ        Alt-.
$ENDMETHOD$

$METHODNAME$
	setValue()
$SUMMARY$
	Check/Uncheck check box.
$LANG_RU$
	/ .
$SYNTAX$
	setValue(<value>)
$ARGUMENTS$
	<value>		- Boolean. Set check box state: .T. - check box is checked, .F. - check box is unchecked.
$LANG_RU$
	<value>		-  .   : .T. -  , .F. -  .
$ENDMETHOD$

$METHODNAME$
	getValue()
$SUMMARY$
	Get check box state.
$LANG_RU$
	  .
$SYNTAX$
	getValue() 	--> <value>
$RETURNS$
	Returns value of checkbox.
$LANG_RU$
	  .
$ENDMETHOD$

$EXAMPLES$
	checkbox := UICheckBox(.T., "&Use log")

$PLATFORMS$
	No dependies of platform.
$LANG_RU$
	   .
$SEEALSO$
$AUTHOR$
	Andrey Cherepanov <skull@eas.lrn.ru>
$LANG_RU$
	  <skull@eas.lrn.ru>
$LASTDATE$



