boolean

BOOLEAN Field

fttype of BOOLEAN adds checkbox to form.

Attribute

Description

Default Value

fttype

Nominate a type of BOOLEAN .

No other attributes.

Sample Code Implementation
<cfproperty 
  ftSeq="21" 
  ftFieldset="Publishing Details" 
  name="bLibrary" 
  type="boolean" 
  hint="Flag to make file shared." 
  required="no" 
  default="1" 
  ftLabel="Add file to library?" 
  ftType="boolean" />