Difference between revisions of "Checkbox user input"

Line 1: Line 1:
 
[[Category:Analytica User Guide]]
 
[[Category:Analytica User Guide]]
<languages />
+
<breadcrumbs>Analytica User Guide > Creating Interfaces for End Users > {{PAGENAME}}</breadcrumbs>
<translate>
+
 
[[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 <code>expr</code> mode enter <code>Checkbox(0)</code>. 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 <code>expr</code> mode enter <code>Checkbox(0)</code>. When you then create an input node, the checkbox will appear to the right of title.
Line 9: Line 8:
  
 
==See Also==
 
==See Also==
{| style="margin: 1em auto 1em auto;width: 100%;border:0;table-layout: fixed;" cellpadding=5
+
<footer>Creating a choice menu / {{PAGENAME}} / Using output nodes</footer>
|- style="text-align: center"
 
| [[Creating a choice menu]] <- || [[Creating a checkbox input]] || -> [[Using output nodes]]
 
|}
 
</translate>
 

Revision as of 23:22, 4 November 2015


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

Comments


You are not allowed to post comments.