The checkbox element displays a checkbox in a form.
Property |
Description |
|---|---|
Name |
Element name |
Label |
Label that will appear in the left column |
2nd Label |
Label that will appear behind the element |
Info Text |
Text to be displayed in a balloon |
DB field |
Selection of database fields of type: VARCHAR, INT, BIGINT and TEXT |
Disable storage |
When saving or sending the form the value of the checkbox is not stored in the database. |
Settings |
|
Checked? |
The box is checked by default. |
Disabled? |
The checkbox is disabled.
Please note that functions of the JavaScript-API (e.g. jr_set_value) do not have any effect on saving this value by enabling this option. |
Required? |
The box must be checked. |
Hidden? |
The element is integrated but hidden in the view. |
Scripting |
|
OnChecked |
Script to be executed when setting the element |
OnClick |
Script to be executed when the element is clicked |
OnUnchecked |
Script to be executed when the checkbox is cleared |
Color |
|
Label color |
Color of the label |