diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html index 750776d7..90f8af37 100644 --- a/Contrib/InstallOptions/Readme.html +++ b/Contrib/InstallOptions/Readme.html @@ -218,7 +218,8 @@ numbers from 1 to NumFields. Each Field section can contain the following values items in the list.
A "listbox" shows multiple items and can optionally allow the user to select more than one item.
A "CheckBox" control displays a check box with label.
- A "RadioButton" control displays a radio button with label.
+ A "RadioButton" control displays a radio button with label. + Always add a GROUP flag the first control in a group of radio buttons!
A "FileRequest" control displays a textbox and a browse button. Clicking the browse button will display a file requester where the user can browse for a file.
A @@ -385,6 +386,10 @@ numbers from 1 to NumFields. Each Field section can contain the following values This causes "Bitmap" controls to resize the image to the size of the control. Also useful to support custom DPI settings. + + GROUP + Always add this flag to the first control in a group + of "RadioButton" controls.

How to use

Modern UI