diff --git a/core/c/typeradio.php b/core/c/typeradio.php
index a047438..609e545 100644
--- a/core/c/typeradio.php
+++ b/core/c/typeradio.php
@@ -15,7 +15,8 @@ class TypeRadio extends FormAttributes implements IForm
self::FORM_NAME => '',
self::FORM_VALUE => '',
self::FORM_ATTRIBUTE_CLASS => '',
- self::FORM_ATTRIBUTE_ID => ''
+ self::FORM_ATTRIBUTE_ID => '',
+ self::FORM_ATTRIBUTE_CHECKED => ''
);
@@ -33,7 +34,7 @@ class TypeRadio extends FormAttributes implements IForm
*/
private function _setElement( )
{
- $this->_element = '' . 'VALUE
' . "\n";
+ $this->_element = '' . "\n";
}