Method Html3():radioButton() Professional
Create HTML code for a radiobutton.
:radioButton( <cName> , ;
<cValue> , ;
[<cCaption>] , ;
[<cOptions>] ) --> NIL
The return value of the method :radioButton() is always NIL.
The method creates the HTML code for a radiobutton. Normally, several radiobuttons with the same name <cName> and different values <cValue> are created. Only the checked radiobutton will return a name/value pair when a form is submitted. Pass the character string "checked" as fourth parameter to define the pre-selected radiobutton.
HTML output:
PRG example:
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.