wwResponse::FormCheckbox

Creates an HTML Form Checkbox.

o.formcheckbox(lcName, llValue, lcText, lcCustomTags, llNoOutput)

Parameters

lcName
Name of the Checkbox HTML field.

llValue
Value of the field (.T. or. .F.)

lcText
Text caption of the checkbox.

lcCustomTags
Any custom HTML attributes for the checkbox.

llNoOutput
If .T. return as string instead of going into Response stream.


See also:

Class wwResponse

© West Wind Technologies, 1996-2022 • Updated: 09/09/01
Comment or report problem with topic