General

  eZ Systems Website
  Technical documentation
  Editor documentation

This Documentation contains:
 
Technical documentation:



⚠ WARNING ! This documentation is deprecated !

Please go to the current Technical Documentation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel2

Description

The Checkbox FieldType Field Type stores the current status for a checkbox input, checked of unchecked, by storing a boolean value.

...

Properties

The Value class of this field type Field Type contains the following properties:

...

String representation

As this FieldType Field Type is not a string but a bool, it will return "1" (true) or "0" (false) in cases where it is casted cast to string.