Example of List feeding and Item selection

The parameter selected enables you to select one or more items in an Html list, a series of radio buttons or of checkboxes.

For list feeding, you just have to use a normal block bounded by the tags <option>.

 
List with values
List without values
     
Feeding a list:
 
Single selection:
     
Multiple selection:
 
Feeding and selecting:
     

Radio button and Checkbox selection:
 [var.sel1_name;selected=radio1]
->Red ->Green ->Blue ->Yellow ->White
 [var.sel2_name;selected=check1]
->Red ->Green ->Blue ->Yellow ->White