show / hide menu

RadioButton Group

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.

Control Name: RadioButtonGroup
Group: Standard

DataSource Configuration Steps

General
S.NoProperty NameData TypeDescription
Control Name String Specifies the unique identifier for the RadioButtonGroup control within a form.
Control Type String Indicates the type of control. 
ID IntegerUniquely identifies a control in the form. 
Tooltip String Provide additional information or guidance about the RadioButtonGroup when the user hovers the mouse pointer over it. 
Tab Index IntegerSpecifies the order in which the control receives focus when the user navigates through controls using the Tab key. 
Remarks String Used to provide additional explanatory text about the control. 
Default Value String Specifies which radio button is preselected automatically when the group is first loaded. 
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. 
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.NoProperty NameData TypeDescription
12 Width IntegerSpecifies how wide the RadioButtonGroup control is on a form. 
13 Height IntegerSpecifies the vertical size of the RadioButtonGroup control. 
14 Orientation String Specifies the direction in which the radio buttons are arranged, either horizontally or vertically. 
15 Text Padding IntegerSpecifies the amount of space (padding) between the text of control and the boundaries of the control. 
16 Margin IntegerDefines the outer spacing between the control and the other elements around it. 
17 Padding IntegerSpecifies the internal spacing inside 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 can change 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 IntegerSpecifies how many columns the control should occupy or stretch across in a grid. 
24 Corner Radius IntegerDefines the roundness of the corners.
25 Border Thickness IntegerSpecifies 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.NoProperty NameData TypeDescription
28 Show Label Boolean Determines whether the attached label of a RadioButtonGroup control is visible or hidden. 
29 Label Text String Determines the text 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 IntegerSpecifies the horizontal width of the label that is attached to the Radio Button Group control. 
32 Label Height IntegerSpecifies 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 text within its attached label. 
35 Margin IntegerDefines the amount of outer spacing between the Radio Button Group and surrounding elements, creating space outside the control’s border. 
36 Padding IntegerSpecifies the space between the text of the attached label and the edges of the attached label’s container.
37 Box Shadow IntegerSpecifies 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 IntegerSets 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 Group control, including its box and the area around it. 
45 Enable Border Boolean Specifies whether the RadioButtonGroup control should display a visible border. 
DataSource
S.NoProperty NameData TypeDescription
46Items String Defines the actual data that the table displays. 
Rules
S.NoProperty NameData TypeDescription
47Rules  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.NoProperty NameData TypeDescription
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.NoProperty NameData TypeDescription
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.NoProperty NameData TypeDescription
52 Inherit TemplateBoolean  Determines whether a control inherits a template definition from its parent control or base class. 
Custom Style
S.NoProperty NameData TypeDescription
53CSS ClassString  Specifies the CSS class or classes to apply to a control when it is rendered in HTML.
Custom Property
S.NoProperty NameData TypeDescription
54HTML Attribute Allows you to add or modify HTML attributes for a control when it is rendered.
Responsive Options
S.NoProperty NameData TypeDescription
55Template NameStringRepresents the template name of the control shown in the Responsive UI configuration. The template name is same as the control’s name.
56Custom LoaderStringThe 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.
57Max Width (px)IntegerSpecifies the maximum width, in pixels, that the control can occupy in the responsive form.