Jet\Form_Renderer_Field_Input_Checkbox
Renderer checkbox. Class inherits from Form_Renderer_Field_Input.
Default view scripts
The name of the default view script is field/input/checkbox.
The value in the system configuration can be accessed as follows:
$view_script_start = SysConf_Jet_Form_DefaultViews::get($field->getType(), 'input');
SysConf_Jet_Form_DefaultViews::set( $field_type , 'input', 'my-view-script');
Warning! The Form_Field::TYPE_CHECKBOX field type has a non-standard view script for the label element, namely field/label/checkbox.
Overview of methods
Method | Meaning of |
---|---|
protected generateTagAttributes_Standard( ) : void |
This internal method generates the standard HTML attributes of the input tag based on the form field settings. |