show / hide menu

CheckBox Group

A CheckBox Group is a control that provides a means of displaying a list of items (text, numbers, dates or whatever) where each item represents a checkbox. The user can select multiple check boxes in the list. The value member of the selected items will be combined together as a string with a specific separator character.

Control Name: CheckBoxGroup
Group: Standard

DataSource Configuration Steps

General
S.noProperty nameData typeDescription
1TooltipStringThe texts that needs to be displayed when the user hover the mouse pointer over the control, without clicking it.
2Tab IndexIntegerSets the Tab order for the control within its container.
3RemarksStringTo make a comment or observation about the control for reference.
Attached Label
S.noProperty nameData typeDescription
4Show LabelBooleanTo display the attached label along with the control.
5Label TextStringSets the text content of the label attached to the control.
6
Label Position
String
To place the label attached in various positions around the control.
7Label WidthStringSets the suggested width or thickness of the label attached to the control.
8Label Height
String
Sets the suggested height of the label attached to the control.
9Text AlignmentStringTo align the texts inside the label attached to different positions within the control.
10MarginStringSets the edge or outer margin to the control.
11FontStringSets the font face\style.
12Font SizeStringSets the size of the text in attached label.
13BoldBooleanTo make the attached label text Bold
14ItalicBooleanItalicize the attached label text.
15UnderlineBooleanUnderline the attached label text.
16Font ColorStringSets a brush that describes the Font color in attached label.
17Background ColorStringSets a brush that describes the Background color to the attached label.
DataSource
S.noProperty nameData typeDescription
18ItemsOn clicking Browse button of the items will open a datasource window.
Style
S.noProperty nameData typeDescription
19WidthStringSets the suggested width or thickness of the control.
20HeightStringSets the suggested height of the control.
21OrientationStringSets the rendering order by which the checkbox item [either horizontal or vertical] to be displayed in preview.
22MarginStringSets the edge or outer margin to the control.
23FontStringSets the font face\style.
24Font SizeStringSets the font size.
25Font ColorStringSets a brush that describes the Text color of the control.
26Background ColorStringSets a brush that describes the Background color of the control.
27VisibleBooleanSets the visibility of the control while rendering.
28EnableBooleanSets the accessibility of the control during rendering.
29BoldBooleanTo make the control text Bold.
30ItalicBooleanItalicize the control text.
31Column SpanStringTo merge the number of column specified.
Rules
S.noProperty nameData typeDescription
32RulesAfter selecting the control, If user clicks Rules tab it will be expanded and displays a Rules property. Create Rule can be selected from a drop down list. On clicking the Create Rule link button will navigate the user to the Rules Engine. The same control will be added as a trigger by default to execute the Rule.
Validation
S.noProperty nameData typeDescription
33Is RequiredBooleanHelps to check whether user has to give input in the control or not. If this property is enabled, this will not allow the user to save a form without giving the input.
34Required MessageStringIf Is Required property was enabled and input was given in this property, the validation message will be displayed to the next right of the control when the user trying to save a form without entering a value in the control.
Reports
S.noProperty nameData typeDescription
35Control ReportControl Report will redirect to Reports tab that will display all the configurations, rules and datasources details associated to the selected control.