BorderWidth, of type double, which defines the width of the RadioButton border.BorderColor, of type Color, which defines the border stroke color.Value, of type object, which defines an optional unique value associated with the RadioButton.This property has a default value of null. GroupName, of type string, which defines the name that specifies which RadioButton controls are mutually exclusive.This property uses a TwoWay binding, and has a default value of false.
The RadioButton control defines the following properties: However, on some platforms a RadioButton can display a View, and on all platforms the appearance of each RadioButton can be redefined with a ControlTemplate: By default, each RadioButton displays text: Each option is represented by one radio button, and you can only select one radio button in a group. The Xamarin.Forms RadioButton is a type of button that allows users to select one option from a set.