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...")
 
(Added image of popup menu)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[[Category:Analytica User Guide]]
 
[[Category:Analytica User Guide]]
<languages />
+
<breadcrumbs>Analytica User Guide > User Interfaces for End Users > {{PAGENAME}}</breadcrumbs>
<translate>
+
{{ReleaseBar}}
[[Analytica User Guide]] >
 
  
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 <code>Yes</code> or <code>No</code>, <code>On</code> or <code>Off</code>, <code>1</code> or <code>0</code>. To create a checkbox, {{Release||4.6|from <code>expr</code> mode enter <code>Checkbox(0)</code>. }}{{Release|5.0||select '''CheckBox''' from the [[The Expression popup menu|expr menu]].
 +
::[[Image:Expr to CheckBox.png]]
 +
<br />}} 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.
+
If you want a checkbox to appear to the left of text, with the input node selected, select '''[[Node Style dialog|Set Node Style...]]''' on the [[Diagram menu]] and {{Release||4.6|turn off '''Display label'''. Then insert a new text node to the right.}}{{Release|5.0||set '''Control on''' to Left.}}
  
 
==See Also==
 
==See Also==
{| style="margin: 1em auto 1em auto;width: 100%;border:0;table-layout: fixed;" cellpadding=5
+
* [[Checkbox]]
|- style="text-align: center"
+
* [[Choice menus and Checkboxes in an edit table]]
| [[Creating a choice menu]] <- || [[Creating a checkbox input]] || -> [[Using output nodes]]
+
* [[Node Style dialog]]
|}
+
 
</translate>
+
 
 +
<footer>Choice menu user input / {{PAGENAME}} / User output nodes</footer>

Latest revision as of 23:46, 4 August 2017



Release:

4.6  •  5.0  •  5.1  •  5.2  •  5.3  •  5.4  •  6.0  •  6.1  •  6.2  •  6.3  •  6.4  •  6.5


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, select CheckBox from the expr menu.

Expr to CheckBox.png


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 node selected, select Set Node Style... on the Diagram menu and set Control on to Left.

See Also


Comments


You are not allowed to post comments.