Skip to main content
Skip table of contents

NoCheckboxList: single selection static list

NoCheckboxList

Creates a list of static items. Each item is declared using the ListItem tag. There must be at least one ListItem.

This type is always read-only

XML
<Variable Name="NoCheckboxList" Type="NoCheckboxList" Label="NoCheckboxList" Tooltip="NoCheckboxList tooltip">
    <ListItem Value="NoCheckboxList item 1"/>
    <ListItem Value="NoCheckboxList item 2"/>
    <ListItem Value="NoCheckboxList item 3"/>
    <ListItem Value="NoCheckboxList item 4"/>
</Variable>

The content of the field can also be generated by assigning a single ListItem an automation List:

XML
    <List Name='ForListItems' Action="SetVar" Choice="List Item 1"/>
    <List Name='ForListItems' Action="SetVar" Choice="List Item 2" ChoiceLabel="Label for List item 2"/>
    <List Name='ForListItems' Action="SetVar" Choice="List Item 3"/>
    <List Name='ForListItems' Action="SetVar" Choice="List Item 4"/>

	<userinput Title='Title'>

		<Variable Name="List" Type="NoCheckboxList" Label="List" Value="List item 1" Tooltip="List tooltip">
			<ListItem Label='ChoiceLabel' Value='Choice' ListName='ForListItems'/>
		</Variable>

	</userinput>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.