Radio Button

Estimated reading: 2 minutes 5627 views

This control adds a radio button to forms, allowing users to select one option at a time. 

Properties

Appearance

BGColor: Choose the background color from the color wheel to be displayed for the timer box

BorderThickness(px): Specify the border thickness value in pixels. The order of the border will be (left, top, right, bottom).

FONT

FontColor: Choose the font color from the color wheel for the text/ value to display.

FontName: You can choose the font name from the drop-down for the text/ value to display.

FontSize: Specify the font size for the text/value to display.

FontStyle:Choose the font style from the drop – down,

  1.  Normal
  2.  Italic
  3.  Oblique

FontWeight: The thickness/ weight of the font can be selected from the drop-down.

GENERAL PROPERTIES

FormName: The name of the form will be displayed here.

TabIndex: Specifies the order in which elements receive focus when navigating with the Tab key. A lower value gets focus first.

Type: The type of the control will be displayed here.

INPUTS

ControlName: It displays the default name.

DisplayText: Specify the text to be entered into the label box.

GroupName: Assign a name to group related radio button options.

IsChecked: This option can be checked when you want to check that button in default.

IsFocusable: When enabled, the button remains visible on the screen and is ready for user interaction. If disabled, the radio button will still be displayed, but user interaction will not be possible.

RadiobuttonJson: This option displays the selected radio button’s output in JSON format during automation.

VariableName: Declare a variable name for the radio button. Click here to learn more.

POSITION (px)

Left: Increasing the count will move the control to the right side. Decreasing the count will move it to the Left side.

Top: Increasing the count will bring the control down and decreasing the count will move the control up.

Share this Doc

Radio Button

Or copy link

CONTENTS