cf_sebField.cfc (docs) (schema) (vtml)
cf_sebForm.cfc (docs) (schema) (vtml)
cf_sebGroup.cfc (docs) (schema) (vtml)
cf_sebSubField.cfc (docs) (schema) (vtml)
cf_sebTable.cfc (docs) (schema) (vtml)
cf_sebSubField
Description
Provides data elements for a cf_sebField field. Works with types that provide multiple options (checkbox,radio,select).
Attributes
Attribute |
Req/Opt |
Default |
Description |
|---|---|---|---|
|
value |
optional |
|
The value for this option. |
|
display |
optional |
|
The display of this option. |
|
checked |
optional |
false |
Indicates if this option is selected. |