Difference between revisions of "Checkbox user input"
DKontotasiou (talk | contribs) (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]] | ||
− | < | + | <breadcrumbs>Analytica User Guide > User Interfaces for End Users > {{PAGENAME}}</breadcrumbs> |
− | + | {{ReleaseBar}} | |
− | |||
− | 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 | + | 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 | + | 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== | ||
− | + | * [[Checkbox]] | |
− | + | * [[Choice menus and Checkboxes in an edit table]] | |
− | + | * [[Node Style dialog]] | |
− | + | ||
− | </ | + | |
+ | <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.
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
Enable comment auto-refresher