Class

FormFieldMultipleCheckbox

Package: Builder\Form\field Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Benoit SAUTEL ben.popeye@phpboost.com Version: PHPBoost 5.2 - last update: 2017 03 10 Since: PHPBoost 3.0 - 2010 11 20 Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: mipel mipel@phpboost.com Located at: builder/form/field/FormFieldMultipleCheckbox.class.php

This class represents a field which contains several options that can be selected simultaneously.

AbstractFormField implements FormField
Extended by FormFieldMultipleCheckbox
Methods summary
public
# __construct( string $id, string $label, array $selected_options, array $available_options, array $field_options = array(), array $constraints = array() )

Constructs a FormFieldCheckbox.

public string
# display( )

Return the element

public
# retrieve_value( )

Tries to retrieve the value in the HTTP request's parameters.

protected Template
protected
public