HTML_Common2 | --HTML_QuickForm2_Node | --HTML_QuickForm2_Element | --HTML_QuickForm2_Element_Input | --HTML_QuickForm2_Element_InputCheckable
[line 83]
[line 73]
Array index "checked" contains HTML for element's "checked" state, "unchecked" for not checked
[line 64]
HTML_QuickForm2_Element_InputCheckable __construct( [ $name = null], [ $attributes = null], [ $data = array()])
Overridden in child classes as:
string getContent( )
void getFrozenHtml( )
void getRawValue( )
void onAttributeChange( $name, [ $value = null])
HTML_QuickForm2_Element_InputCheckable 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( )