syscheckbox

syscheckbox supports the HTML  <input type=checkbox> form option.

object record

sysobjects (syscheckbox)

Field

Description

Information

  Security Groups  
  Module  
<2> Description  
<4.1> Data field  
<4.2> Dependant field  
<4.4> Invisible  
<10.1>
Default checked This option works in conjunction with the sysdefault common block item. By default, check boxes are set to off, this option can be used to set the check box to the "on" value by default. Defaults are only applied for the first page generation operation for a specific page.
<10.2> HTML tag inclusion  
<10.3> Focus event  
<10.4> Click event  
<10.5> Blur event  
<10.6> Style  
<10.7> Style class  
<10.8> On value Allows the developer to specify the on (checked) value for the check box. The default on value for HTML check boxes is the text "on". This option would generally be used to specify the on value as "1" (true).
<10.9> Off value Allows the developer to specify the off (unchecked) value for the check box. The default off value for HTML check boxes is a null value. This option would generally be used to specify the off value as "0" (false).
<10.10> Tool tip