Todo List
HTML_Common | --HTML_QuickForm_element | --HTML_QuickForm_input | --HTML_QuickForm_checkbox
[line 43]
void HTML_QuickForm_checkbox( [string $elementName = null], [string $elementLabel = null], [string $text = ''], [mixed $attributes = null])
void exportValue( &$submitValues, [ $assoc = false])
Overridden in child classes as:
bool getChecked( )
string getFrozenHtml( )
string getText( )
bool getValue( )
void onQuickFormEvent( string $event, mixed $arg, &$caller, object $caller)
void setChecked( bool $checked)
void setText( string $text)
void setValue( string $value)
string toHtml( )