RadioPropertyView - shannah/CodeRAD GitHub Wiki
<radRadio> • javadoc
Provides a binding from a <radioButton> to view property.
|
Note
|
Radio buttons only make sense when multiple buttons are grouped together in a button group, because they are supposed toggle between each other. Therefore, this component has limited useful application on its own. A better solution for radio buttons is <radButtonList> with embedded <radioButtonList>.
|