dark_mode EN

WRadio

  • Inherits from: WBasicRadio

    File: zRadio.prg, zMaterializeRadio.prg

Control type radio-button. Some of properties of this control only are available in the version of Materialize.

It also changes the internal structure of the control. In the standard control, the radio, along with its oLabel object, are children of its container control oContainer which is of type WDiv. Materialize creates a container of type WLabel and uses a WSpan control to display the control's text. The source code of the standard version can be found at the file zRadio.prg.