HTML_Common2 | --HTML_QuickForm2_Node | --HTML_QuickForm2_Element | --HTML_QuickForm2_Element_Input | --HTML_QuickForm2_Element_InputCheckable
[line 59]
[line 49]
Array index "checked" contains HTML for element's "checked" state, "unchecked" for not checked
[line 40]
HTML_QuickForm2_Element_InputCheckable __construct( [ $name = null], [ $attributes = null], [array $data = array()])
Overridden in child classes as:
string getContent( )
void getFrozenHtml( )
void getRawValue( )
void onAttributeChange( $name, [ $value = null])
$this setContent( string $content)
This label is returned by __toString() method with the element's HTML. It is automatically wrapped into the <label> tag.
void setValue( $value)
void __toString( )