...
Table of Contents | ||
---|---|---|
|
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.