Skip to main content
Version: v3

RadioButton Element

Description
Text or Icon plus Value that is assigned to the Property of the parent Control (RadioButtonGroup).
Windows Installer references
RadioButton Table, Control Table, Dialog Table
Parents
RadioButtonGroup
Inner Text
None
Children
None
Attributes
NameTypeDescriptionRequired
BitmapString This attribute defines the bitmap displayed with the radio button. The value of the attribute creates a reference to a Binary element that represents the bitmap. This attribute is mutually exclusive with the Icon and Text attributes.  
HeightLocalizableInteger Yes
HelpString  
IconString This attribute defines the icon displayed with the radio button. The value of the attribute creates a reference to a Binary element that represents the icon. This attribute is mutually exclusive with the Bitmap and Text attributes.  
TextStringText displayed with the radio button. This attribute is mutually exclusive with the Bitmap and Icon attributes. 
ToolTipString  
ValueStringValue assigned to the associated control Property when this radio button is selected.Yes
WidthLocalizableInteger Yes
XLocalizableInteger Yes
YLocalizableInteger Yes
See Also
Wix Schema, RadioButtonGroup