Value: Allows you to add a static (fixed) or dynamic (from database or user interaction) value in the Radio Group.
Disabled: Disables the use of the Radio Button Group. If this property is activated, no selection can be made by clicking on the buttons. It is especially used to prevent selection based on certain conditions.
Space: You can set the space (px) between the options. It comes with 0 (zero) by default.
Selected Font Color: Determines the color of the text inside the selected button. It can be used to visually highlight which option the user has selected.
Selected Bg Color: Sets the background color of the selected button. When the user selects an option, this feature provides visual feedback by changing the background of the selected button to the specified color.
Unselected Bg Color: Sets the background color of unselected buttons. Before the user makes a selection or when the user switches to another button, the background of the buttons appears according to this setting. Used to customize the default background color of the buttons.