Radio

A component used to manage an HTML radio form element. Such a component must be wrapped (possibly indirectly) inside a RadioGroup component.

Parameters

value

The value to be assigned through the RadioGroup's selected parameter, if the Radio is selected by the user.

disabled

If true, then the Radio is disabled. It will write a disabled attribute into its tag when rendering, and will not update its selected binding.

The disabled attribute is ignored by Netscape Navigator 4.