FormFieldCheckbox
The class FormCheckBox represents a checkbox field in a form. It corresponds to a boolean.
- AbstractFormField implements FormField
-
FormFieldCheckbox
public
|
#
__construct( string $id, string $label, boolean $checked = self::UNCHECKED, array $field_options = array(), array $constraints = array() )
Constructs a FormFieldCheckbox. |
public
string
|
|
public
boolean
|
|
public
|
|
protected
|
$constraints,
$css_class,
$css_field_class,
$css_form_field_class,
$description,
$disabled,
$events,
$form_constraints,
$hidden,
$id,
$label,
$pattern,
$placeholder,
$readonly,
$required,
$template,
$validation_error_message,
$value
|