Checkbox Item
Description
Declaration
<input
    name                = ""
    column-name         = ""
    data-type           = "{char|number|date}"
    type                = "checkbox"
    insert-allowed      = "{yes|no}"
    update-allowed      = "{yes|no}"
    unchecked-value     = ""
    checked-value       = ""
    value               = "" />Properties
name Property
Mandatory : yes Unique : yes Data Type : char Default Value: - Predefined Values Allowed: -
column-name Property
Mandatory : no Unique : no Data Type : char Default Value: - Predefined Values Allowed: -
type Property
Mandatory : yes Unique : no Data Type : char Default Value: text Predefined Values Allowed: { text | submit | button | checkbox | radio }
data-type Property
Mandatory : yes Unique : no Data Type : char Default Value: - Predefined Values Allowed: { char | number | date }
insert-allowed Property 
Not implemented yet
Mandatory : no Unique : no Data Type : bool Default Value: yes Predefined Values Allowed: {yes|no}
update-allowed Property
Not implemented yet
Mandatory : no Unique : no Data Type : bool Default Value: yes Predefined Values Allowed: {yes|no}
checked-value Property
Mandatory : no Unique : no Data Type : char Default Value: - Predefined Values Allowed: -
default-value Property
Mandatory : no Unique : no Data Type : char Default Value: - Predefined Values Allowed: -
Triggers
Allowed Inner HTML Elements
None
Related Built-in Functions
Last updated
Was this helpful?