Difference between revisions of "Checkbox user input"

Line 3: Line 3:
  
  
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, 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 <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, 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.
  
 
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 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==
 
==See Also==
 +
* [[Checkbox]]
 +
* [[Choice menus and Checkboxes in an edit table]]
 +
 
<footer>Choice menu user input / {{PAGENAME}} / User output nodes</footer>
 
<footer>Choice menu user input / {{PAGENAME}} / User output nodes</footer>

Revision as of 18:07, 13 May 2016


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.