|
Radio buttons allow the user to select and set a field from a list of options by selecting and pushing a button (like stations on a car radio). To add a Radio button press the button on the 'Form Tools' toolbar. A Radio button will appear on the form, and it's properties window will be displayed.
Radio buttons on the same form are 'grouped', where only one can be selected.
Set the Field ID to 'RatG' (for Rating 'Good') and the Field Text as "Good" You can set the Default Value as checked(on) or unchecked(off).
Add a Label and another Radio Button (with Field ID as 'RatB' and Field Text as "Bad") for our example application.
Of course you can add more Radio Buttons with Field Text such as 'Groovy', 'Lame', etc, as long as you rate WWW.PDAToolbox.COM 'Fantastic' ;)
|