2022.2

Table Of Contents
youcanaddalabeltothatelement;see"AddingelementstoaForm"onpage507.Tochangealabel
afterinsertingtheForm,simplyclickitandstarttyping.
Checkbox
ACheckboxelementsendsinformationtotheserverwhetheritischecked(true)ornot(false).When
addingaCheckboxyoucansetitsinitialstateanditsvalue.Thecontentsofthevaluepropertydonot
appearintheuserinterface.IfaCheckboxisincheckedstatewhentheformissubmitted,thenameof
thecheckboxissentalongwithitsvalue.
IfaCheckboxisnotchecked,noinformationissentwhentheformissubmitted.Fortunately,thereisa
workaroundtosubmitthestatusofanuncheckedcheckbox;see"UsingFormelements"onpage507.
RadioButtonGroup
ARadioButtonGroupisnotaninputelementitself.RatheritisagroupofRadioButtonsthathavethe
samesubmit name,indicatingthattheybelongtothesamegroup.MultipleRadioButtonsinthe
samegrouponlyacceptoneoptiontobeselected.OnlythevalueoftheselectedRadioButtonwillbe
senttotheserveronsubmittingtheform.Ifmoreoptionsaretobeallowedatthesametimeyoushould
useCheckboxesinstead.
TheoptiontoaddaRadioButtonGroupisonlyavailableintheFormWizard;see"Forms"onpage640.
ForanexplanationoftheoptionsintheRadioButtonGroupdialog,see"AddingelementstoaForm"on
page507.
YoucouldalsocreateaRadioButtonGroupbyspecifyingthesamesubmitnameforanumberofRadio
ButtonswhenaddingthemtoaForm.
RadioButton
Aradiobuttonsendsinformationtotheserverwhetheritisselected(true)ornot(false).Whenaddinga
RadioButtonyoucansetitsinitialstateanditsvalue.Thecontentsofthevaluepropertydonotappear
intheuserinterface.IfaRadioButtonisinselectedstatewhentheformissubmitted,thenameofthe
RadioButtonissentalongwithitsvalue.
IfaRadioButtonisnotchecked,noinformationissentwhentheformissubmitted.Fortunately,thereis
aworkaroundtosubmitthestatusoftheuncheckedradiobutton,see"UsingFormelements"on
page507.
Thesubmit nameofaRadioButtonindicatestowhichRadioButtonGrouptheRadioButtonbelongs.
Page 646