![]() |
Previous | Next |
The radio attribute specifies or retrieves a value indicating whether the BUTTONGROUP is composed of radio buttons.
Syntax
elementID.radio
Possible Values
This attribute is a read/write Boolean.
Value | Description |
true | The BUTTONGROUP is radio style. |
false | Default. The BUTTONGROUP is not radio style. |
Remarks
If radio is set to true, all the BUTTONELEMENT elements in the BUTTONGROUP will be sticky, but only one button at a time will be in the down state.
See Also
Previous | Next |