cmcginnis
02-04-2003, 03:06 PM
How does the 'selected' attribute work for the radio element? I'm guessing that it determines which radio button should be initially set. Here is what I have tried:
<canvas title="Radio Button Example">
<radio group="group1" selected="true" label="First"/>
<radio group="group1" label="Second"/>
<radio group="group1" label="Third"/>
<simplelayout axis="y" spacing="5"/>
</canvas>
Thanks
Chris
<canvas title="Radio Button Example">
<radio group="group1" selected="true" label="First"/>
<radio group="group1" label="Second"/>
<radio group="group1" label="Third"/>
<simplelayout axis="y" spacing="5"/>
</canvas>
Thanks
Chris