wwResponse::FormRadio
Create a Radio Button HTML Form Field.
o.formradio(lcName, lcValue, lcText, llSelected, lcCustomTags, llNoOutput)
Returns
"" or HTML if llNoOutput = .T.
Parameters
lcName
Name of the field to be created
lcValue
The value when it is selected.
lcText
The text of the radio button label.
llSelected
Selection flag - set .t. to select.
lcCustomTags
Custom HTML Attributes
llNoOutput
return as string