Setting CFCheckBox properties (ColdFusion)

Setting CFCheckBox properties (ColdFusion)

Use this Property inspector to set the properties of a ColdFusion checkbox.

To set the CFCheckBox properties:

  • Set any of the following options in the Property inspector:

    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.

Related topics

  • Inserting ColdFusion checkboxes
  • Validating ColdFusion form data


Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Developing Applications Rapidly
Building ColdFusion Applications Rapidly
Reference
Building ASP.NET Applications Rapidly
Building ASP and JSP Applications Rapidly