Use this Property inspector to set the properties of a ColdFusion checkbox.
Cfcheckbox lets you specify a unique name for the control.
Checked Value lets you specify a value to be returned by the checkbox if the user checks it.
Initial State lets you specify whether the checkbox is checked when the page first opens in a browser.
Validate specifies the type of validation for the checkbox.
Validate At specifies when the checkbox is validated: onSubmit, onBlur, or onServer.
Label lets you specify a label for the checkbox.
Pattern lets you specify a JavaScript regular expression pattern to validate input. Omit leading and trailing slashes. For more information, see the ColdFusion documentation.
Height lets you specify the height of the control, in pixels. This property is ignored by the ColdFusion server at runtime.
Width lets you specify the width of the control, in pixels. This property is ignored by the ColdFusion server at runtime.
Size lets you specify the size of the control. This property is ignored by the ColdFusion server at runtime.
Required lets you specify whether the checkbox must be checked before the form is submitted to the server.
Display Tag Editor lets you edit properties not listed in the Property inspector.