WebRadioButton.Constructor(value As String, enabled As Boolean = True)
From Xojo Documentation
Constructor
Creates a new WebRadioButton with the caption set to the value passed. If the enabled parameter is True, the button will be initially enabled.
Sample Code
This example shows adding a WebRadioButton to a WebRadioGroup:
This example shows adding a WebRadioButton to a WebRadioGroup with the Tag property set to the current date:
See Also
WebRadioButton control.