Use HTML radio buttons when you want users to select only one choice from a set of options. Radio buttons are typically used in groups. All radio buttons in a group must have the same name.
NOTE |
|
Use checkboxes when you want let users select more than one option. For more information, see Inserting HTML checkboxes. |
The Radio Group dialog box appears.
For instructions, see Setting the Radio Group dialog box options.
Dreamweaver inserts the radio button group within the HTML form. If you havent inserted a form on your page yet, Dreamweaver inserts one for you. If you want, you can change the layout of the group. You can also edit the radio buttons using the Property inspector or directly in Code view.
A radio button appears in the document.
For more information, see Setting radio button properties.