Excerpt | ||
---|---|---|
| ||
boolean - true/false value. |
Overview
Value of this field is 'true' of 'false'.
Common Attributes
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Attributes
name | type | required | default value | description |
---|---|---|---|---|
unique | boolean | no | false | If true this field will be unique (validator and "unique" database's contraint will be added). |
default | string | no | none | Default value of this field. Is used only for FormComponent. only for FormComponent. This flag is ignored when entity is saving to database without view. |
Example
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<boolean name="active" />
|