Checkbox

Checkbox properties:

  • General Group:
    • Label: Enter the text that is displayed adjacent to the field, indicating to the expected information from the web page visitor.
    • Submit Name: Enter a name for the field, which will identify it to the receiving server-side script. To correctly group checkboxes together, use brackets at the end of the name, e.g. toppings[]
    • Value: Enter the value of the checkbox. If multiple checkboxes in the same group are present, the values will be available as an array to the server-side script.
    • Checked: Check for the box to initially be checked when the web page is shown.
  • Validation Group:
    • Required: Check if the field is required to submit the form. If a field is required but contains no data, the JavaScript Validation shows a message to the user.

Table of Contents

Index

Glossary

-Search-

Back