CHECKBOX
Creates a checkbox.
Checkboxes are on/off switches that may be toggled by the user. A switch is
“on” when the control element’s checked attribute is set. When a form is
submitted, only “on” checkbox controls can become successful.
Several checkboxes in a form may share the same control name. Thus, for
example, checkboxes allow users to select several values for the same
property. A CHECKBOX object only displays one checkbox in the form.
accesskey
- Description:
- See general information for accesskey.
alt
- Description:
- See general information for alt.
checked
- Description:
- See general information for checked.
class
- Description:
- See general information for class.
dir
- Description:
- See general information for dir.
disabled
- Description:
- See general information for disabled.
id
- Description:
- See general information for id.
label
- Description:
- See general information for label.
lang
- Description:
- See general information for lang.
layout
- Description:
- See general information for Layout and the checkbox
specific information.
name
- Description:
- See general information for name.
style
- Description:
- See general information for style.
tabindex
- Description:
- See general information for tabindex.
title
- Description:
- See general information for title.
type
- Description:
- See general information for type.
- Default:
- checkbox
value
- Description:
- See general information for value.
[tsref:(cObject).FORM.FormObject.CHECKBOX]