$CLASSNAME$
	UIRadioButton
$SUMMARY$
	Class UIRadioButton.
$LANG_RU$
	 UIRadioButton.
$ABOUT$
	Class of radio button.
$LANG_RU$
	  .
$SYNTAX$
	UIRadioButton(<radiogroup>, <text>)	--> UIRadioButton object.
$LANG_RU$
	UIRadioButton(<radiogroup>, <text>)	-->  UIRadioButton.
$ATTRIBUTES$
	<className>	- Class name. Value should be "UIRadioButton".
$LANG_RU$
	<className>	-  . : "UIRadioButton".

$METHODNAME$
	UIRadioButton()
$SUMMARY$
	Constructor.
$LANG_RU$
	.
$SYNTAX$
	UIRadioButton(<radiogroup>, <text>)	--> UIRadioButton object.
$ARGUMENTS$
	<radiogroup>	- Object <link linkend="classuiradiogroup">UIRadioGroup</link>. Radio buttons group.
	<text>		- String. Radio button label.
$LANG_RU$
	<radiogroup>	-  <link linkend="classuiradiogroup">UIRadioGroup</link>.   .
	<text>		- .   .
$ENDMETHOD$

$METHODNAME$
	setValue()
$SUMMARY$
	Set radio button selected/unselected.
$LANG_RU$
	   /.
$SYNTAX$
	setValue(<value>)
$ARGUMENTS$
	<value>		- Boolean. Radio button status.
$LANG_RU$
	<value>		-  .   .
$ENDMETHOD$

$METHODNAME$
	getValue()
$SUMMARY$
	Get radio button status.
$LANG_RU$
	   .
$SYNTAX$
	getValue()	--> <lStatus>
$RETURNS$
	Radio button status. Type of returned value is boolean.
$LANG_RU$
	  .   :  .
$ENDMETHOD$

$EXAMPLES$
	rg := UIRadioGroup()
	grid:add(rg:addButton("button1"))
	grid:add(rg:addButton("button2"))

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