Specifies the unique identifier for the Radio Button control within a form.
2
Control Type
String
Indicates the type of control.
3
ID
Integer
Uniquely identifies a control in the form
4
Radio Group
String
Specifies the group to which the radio button belongs, allowing only one radio button in the same group to be selected at a time.
5
Text
String
Specifies the label displayed next to the radio button, describing the option to the user.
6
ToolTip
String
Used to provide additional information or guidanceabout the Radio Button when the user hovers the mouse pointer over it.
7
Tab Index
Integer
Specifies the order in which the control receives focus when the user navigates through controls using the Tab key.
8
Default Value
String
Specifies whether the radio button is initially selected when the form is loaded.
9
Remarks
String
Used to provide additional explanatory text about the control (Designer purpose).
10
Check Dirty
Boolean
Indicates whether the contents of a control has been modified by the user.
Style
S.No
Property Name
Data Type
Description
11
Width
Integer
Specifies how wide the Radio Button control is on a form.
12
Height
Integer
Specifies the vertical size of Radio Button control.
13
Margin
Integer
Specifies the amount of space between the control’s border and its contents.
14
Text Padding
Integer
Specifies the amount of space (padding) between the radio button’s text label and the border of the control.
15
Padding
Integer
Specifies the internal spacinginside the control between its border and its content.
16
V Text Alignment
String
Specifies how the text label is aligned vertically relative to the radio button itself.
17
Box Shadow
String
Specifies the shadow effect applied to the Radio Button control.
18
Enable Custom Font
String
Specifies whether the Radio Button control should use a custom font instead of the default system font.
19
Font
String
Determines the visual style of the text on the Radio Button control.
20
Font Size
Integer
Specifies the size of the text displayed on the Radio Button control.
21
Font Color
String
Specifies the color of the text displayed on the Radio Button control.
22
Background Color
String
Defines the color of the space where items are displayed.
23
Visible
Boolean
Determines whether the Radio Button is displayed or hiddenon the screen.
24
Enable
Boolean
Determines whether the Radio Button is interactive or disabled.
25
Bold
Boolean
Refers to the attribute that makes the text on the Radiobutton appear thicker and darker than normal, emphasizing it visually.
26
Italic
Boolean
Styling attribute that makes the text on the Radio Button appear slanted to the right, giving it an italicized appearance.
27
Column Span
Integer
Specifies how many columns the control should occupy or stretch acrossin a grid.
Attached Label
S.No
Property Name
Data Type
Description
28
Show Label
Boolean
Determines whether the attached labelisvisible 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 control.
31
Label Width
Integer
Specifies the horizontal width of the label that is attached to the Radio Button control.
32
Label Height
Integer
Specifies the vertical height of the label that is attached to the Radio Button control.
33
Text Alignment
String
Specifies how the text inside each list item is aligned within the Radio Button.
34
V-Text Alignment
String
Specifies how text is positioned vertically inside a control or container.
35
Margin
Integer
Defines the amount of outer spacing between the Radio Button and surrounding elements, creating space outside the control’s border.
36
Padding
Integer
Define the amount of space inside a control, between its border and content.
37
Box Shadow
String
Specifies the shadow effect that appears around the border of a control
38
Font
String
Sets the font style of attached label of Radio Button control.
39
Font Size
Integer
Sets the font size of the attached label of Radio Button control.
40
Bold
Boolean
Sets the bold property for the attached label of Radio Button control.
41
Italic
Boolean
Sets the Italic property for the attached label of Radio button control.
42
Underline
Boolean
Sets the underline property for the attached label of Radio Button control.
43
Font Color
String
Determines the color of the text in the label attached to a Radio Button Control.
44
Background Color
String
Determines the color displayed behind the Radio Button control, including its box and the area around it.
Rules
S.No
Property Name
Data Type
Description
45
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
46
IsRequired
Boolean
Specifies whether the radio button must have at least one selected item for validation to succeed.
47
Required Message
String
Specifies the error message displayed when the radio button is required but has no selected value.
48
Message Position
String
Defines where the textof a radio button appears relative to the radio circle.
Reports
S.No
Property Name
Data Type
Description
49
Control Reports
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
50
Inherit Template
Boolean
Determines whether a control inherits a template definition from its parent control or base class.
Custom Style
S.No
Property Name
Data Type
Description
51
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
52
HTML Attribute
String
Allows you to add or modify HTML attributes for a control when it is rendered.
Responsive Options
S.No
Property Name
Data Type
Description
53
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.
54
Max Width (px)
Integer
Specifies the maximum width, in pixels, that the control can occupy in the responsive form.