Difference between revisions of "Checkbox user input"

(Created page with "Category:Analytica User Guide <languages /> <translate> Analytica User Guide > A checkbox is an input control used when an input has only two possible values, such as...")
 
Line 2: Line 2:
 
<languages />
 
<languages />
 
<translate>
 
<translate>
[[Analytica User Guide]] >
+
[[Analytica User Guide]] > [[Creating a choice menu]] > [[Creating a checkbox input]]
  
 
A checkbox is an input control used when an input has only two possible values, such as Yes or No, On or Off, 1 or 0. To create a checkbox, from '''expr '''mode enter '''Checkbox(0)'''. When you then create an input node, the checkbox will appear to the right of title.
 
A checkbox is an input control used when an input has only two possible values, such as Yes or No, On or Off, 1 or 0. To create a checkbox, from '''expr '''mode enter '''Checkbox(0)'''. When you then create an input node, the checkbox will appear to the right of title.

Revision as of 07:47, 3 September 2015


Analytica User Guide > Creating a choice menu > Creating a checkbox input

A checkbox is an input control used when an input has only two possible values, such as Yes or No, On or Off, 1 or 0. To create a checkbox, from expr mode enter Checkbox(0). When you then create an input node, the checkbox will appear to the right of title.

If you want a checkbox to appear to the left of text, with the input nod selected, select Set Node Style... on the Diagram menu and turn off Display label. Then insert a new text node to the right.

See Also

Creating a choice menu <- Creating a checkbox input -> Using output nodes
Comments


You are not allowed to post comments.