scripting:dialogs:checkbox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
scripting:dialogs:checkbox [2015/03/16 12:14] – [Check Box] adminscripting:dialogs:checkbox [2018/01/10 20:41] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 Check box control with ability to set/read boolean flags.  Check box control with ability to set/read boolean flags. 
-{{ :scripting:dialogs:checkbox.png|Check Box demo}} +{{ :scripting:dialogs:checkbox.png?200|Check Box demo}} 
 +\\
  
 ===== Properties ===== ===== Properties =====
Line 12: Line 12:
 | **align**    | stretched | [[scripting:dialogs:align|Alignment]] of the control |   | **align**    | stretched | [[scripting:dialogs:align|Alignment]] of the control |  
 | **checked**    | false | Checked state of the control |   | **checked**    | false | Checked state of the control |  
 +
 +===== Events =====
 +
 +^ Event     ^ Description    ^
 +| **[[scripting:dialogs:events:onclick|onclick]]**    | event handler (function name) to be called, if check box is clicked|  
  
 ===== Example ===== ===== Example =====