×
Menu
Index

4.1.11. checkbox

 
Checkboxes are common in applications.
 
Form with checkboxes.
 
 
{
"display": "Not active customer.",
"tooltip": "Is this an active Customer?",
"fieldname": "discontenu",
"length": 1,
"inputtype": "checkbox",
"block": 1,
"newline": false,
"labelwidth": 2,
"fieldwidth": 4
},
 
 
  • inputtype: checkbox
 
In the datasection the value of a checkbox has to be set to true or false.
"discontenu": false