Params Checkbox field
Checkbox
Best used to represent boolean data:
Attribute | Description | Required |
---|---|---|
label |
The text is shown as a label in the user interface. |
true |
name |
Unique field identifier Two fields can't have the same name in the exact task definition. The name must be unique. |
true |
width |
The width of the HTML element. In the case of KCenter, UI must use width values based on %, for example:
|
false |
height | The height of the HTML element. | false |
Child elements:
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE report-parameters PUBLIC "-//OpenKM//DTD Report Parameters 2.1//EN"
"http://www.openkm.com/dtd/report-parameters-2.1.dtd">
<report-parameters>
<checkbox label="Checkbox label" name="checkbox" />
</report-parameters>