show / hide menu

RadioButton

Control Name: RadioButton
Group: Standard

General
S.NoProperty NameData TypeDescription
Control Name String Specifies the unique identifier for the Radio Button control within a form.
Control Type String Indicates the type of control. 
ID Integer Uniquely identifies a control in the form 
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. 
Text String Specifies the label displayed next to the radio button, describing the option to the user. 
ToolTip String Used to provide additional information or guidance about the Radio Button when the user hovers the mouse pointer over it. 
Tab Index Integer Specifies the order in which the control receives focus when the user navigates through controls using the Tab key. 
Default Value String Specifies whether the radio button is initially selected when the form is loaded.
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.NoProperty NameData TypeDescription
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 spacing inside 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 hidden on 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 Radio button 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 across in a grid. 
Attached Label
S.NoProperty NameData TypeDescription
28 Show Label Boolean Determines whether the attached label 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 control. 
31 Label Width IntegerSpecifies the horizontal width of the label that is attached to the Radio Button control. 
32 Label Height IntegerSpecifies 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 IntegerDefines the amount of outer spacing between the Radio Button and surrounding elements, creating space outside the control’s border. 
36 Padding IntegerDefine 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 IntegerSets 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.NoProperty NameData TypeDescription
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.NoProperty NameData TypeDescription
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 text of a radio button appears relative to the radio circle. 
Reports
S.NoProperty NameData TypeDescription
49 Control Reports  Redirects to the Reports tab, displaying all configurations, rules, and datasource details associated with the selected control. 
Template
S.NoProperty NameData TypeDescription
50 Inherit Template BooleanDetermines whether a control inherits a template definition from its parent control or base class.
Custom Style
S.NoProperty NameData TypeDescription
51 CSS ClassStringSpecifies the CSS class or classes to apply to a control when it is rendered in HTML.
Custom Property
S.NoProperty NameData TypeDescription
52 HTML AttributeStringAllows you to add or modify HTML attributes for a control when it is rendered.
Responsive Options
S.NoProperty NameData TypeDescription
53Template NameStringRepresents the template name of the control shown in the Responsive UI configuration. The template name is same as the control’s name.
54Max Width (px)IntegerSpecifies the maximum width, in pixels, that the control can occupy in the responsive form.