A RadioButton Group is a control used to display a list of items, such as text, numbers, or dates, where each item is represented by a radio button. The user can select only one item from the list.
Specifies the unique identifier for the RadioButtonGroup control within a form.
2
Control Type
String
Indicates the type of control.
3
ID
Integer
Uniquely identifies a control in the form.
4
Tooltip
String
Provide additional information or guidanceabout the RadioButtonGroup when the user hovers the mouse pointer over it.
5
Tab Index
Integer
Specifies the order in which the control receives focus when the user navigates through controls using the Tab key.
6
Remarks
String
Used to provide additional explanatory text about the control.
7
Default Value
String
Specifies which radio button is preselectedautomatically when the group is first loaded.
8
Text Wrap
Boolean
Specifies whether the text of the radio buttons inside the group automatically wraps onto multiple lines when it exceeds the width of the control.
9
Show Border
Boolean
Specifies whether the RadioButtonGroup control should display a visible border around the group of radio buttons.
10
Check Dirty
Boolean
Indicates whether the contents of a control has been modified by the user.
11
Horizontal Wrap
Boolean
Specifies whether the radiobuttons are automatically wrapped to the next line when they run out of horizontal space.
Style
S.No
Property Name
Data Type
Description
12
Width
Integer
Specifies how wide the RadioButtonGroup control is on a form.
13
Height
Integer
Specifies the vertical size of the RadioButtonGroup control.
14
Orientation
String
Specifies the direction in which the radio buttons are arranged, either horizontallyor vertically.
15
Text Padding
Integer
Specifies the amount of space (padding) between the text of control and the boundaries of the control.
16
Margin
Integer
Defines the outer spacing between the control and the other elements around it.
17
Padding
Integer
Specifies the internal spacinginside the control between its border and content.
18
Box Shadow
String
Specifies the shadow effect applied to the control.
19
Enable Custom Font
Boolean
Determines whether the label control uses a custom font instead of the default system font.
20
Read Only
Boolean
Determines whether the user canchange the selection of the radio buttons within the group.
21
Bold
Boolean
Refers to the attribute that makes the text on the control appear thicker and darker than normal, emphasizing it visually.
22
Italic
Boolean
Styling attribute that makes the text on the control appear slanted to the right, giving it an italicized appearance.
23
Column Span
Integer
Specifies how many columns the control should occupy or stretch acrossin a grid.
24
Corner Radius
Integer
Defines the roundness of the corners.
25
Border Thickness
Integer
Specifies the width of the border around the RadioButtonGroup.
26
Border Style
String
Specifies the style or appearance of the border around a RadioButtonGroup control.
27
Border Color
String
Specifies the color of the border around a RadioButtonGroup control.
Attached Label
S.No
Property Name
Data Type
Description
28
Show Label
Boolean
Determines whether the attached label of a RadioButtonGroup control is visible or hidden.
29
Label Text
String
Determines thetext displayed next to the Radio Button control.
30
Label Position
String
Determines the placement of the label relative to the Radio button Group control.
31
Label Width
Integer
Specifies the horizontal width of the label that is attached to the Radio Button Group control.
32
Label Height
Integer
Specifies the vertical height of the label that is attached to the Radio Button Group control.
33
Text Alignment
String
Specifies how the text inside each list item is aligned within the Radio Button Group.
34
VTextAlignment
String
Specifies the vertical alignment of the textwithin its attached label.
35
Margin
Integer
Defines the amount of outer spacing between the Radio Button Group and surrounding elements, creating space outside the control’s border.
36
Padding
Integer
Specifies the space between the text of the attached label and the edges of the attached label’s container.
37
Box Shadow
Integer
Specifies the shadow effect that appears around the border of the control.
38
Font
String
Sets the font style of the attached label of Radio Button Group control.
39
Font Size
Integer
Sets the font size of the attached label of Radio Button Group control.
40
Bold
Boolean
Sets the bold property for the attached label of Radio Button Group control.
41
Italic
Boolean
Sets the Italic property for the attached label of Radio Button Group control.
42
Underline
Boolean
Sets the underline property for the attached label of Radio Button Group control.
43
Font Color
String
Determines the color of the text in the label attached to a Radio Button Group Control.
44
Background Color
String
Determines the color displayed behind the Radio Button Groupcontrol, including its box and the area around it.
45
Enable Border
Boolean
Specifies whether the RadioButtonGroup control should display a visible border.
DataSource
S.No
Property Name
Data Type
Description
46
Items
String
Definesthe actual data that the table displays.
Rules
S.No
Property Name
Data Type
Description
47
Rules
After selecting the control, if the user clicks the 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.No
Property Name
Data Type
Description
48
Is Required
Boolean
Specifies whether the Radio Button Group must have at least one selected item for validation to succeed.
49
Required Message
String
Specifies the error message displayed when the Radio Button Group is required but has no selected value.
50
Message Position
String
Determines the placement of the error or validation message relative to the control being validated.
Reports
S.No
Property Name
Data Type
Description
51
Control Report
The Control Report redirects to the Reports tab, displaying all configurations, rules, and datasource details associated with the selected control.
Template
S.No
Property Name
Data Type
Description
52
Inherit Template
Boolean
Determines whether a control inherits a template definition from its parent controlor base class.
Custom Style
S.No
Property Name
Data Type
Description
53
CSS Class
String
Specifies the CSS class or classes to apply to a control when it is rendered in HTML.
Custom Property
S.No
Property Name
Data Type
Description
54
HTML Attribute
Allows you to add or modify HTML attributes for a control when it is rendered.
Responsive Options
S.No
Property Name
Data Type
Description
55
Template Name
String
Represents the template name of the control shown in the Responsive UI configuration. The template name is same as the control’s name.
56
Custom Loader
String
The loaders configured for the particular tenant are listed here. The user can select the loader to be displayed while data is being loaded into the control.
57
Max Width (px)
Integer
Specifies the maximum width, in pixels, that the control can occupy in the responsive form.