Skip to main content

Checkbox Attribute

Docusaurus logo

How to use in JSON metadata in form builder:

{
"id": "checkbox",
"label": "Checkbox",
"input_type": "CHECKBOX",
"is_standard": true,
"editable": true,
"display_order": 7,
"validation_rules": {}
}

Properties of date attribute:

#AttributeDefaultDescription
1idcheckboxBase attribute which specifies "text" input field.
2labelcheckboxUsed to specify the label of the field
3input_typeCHECKBOXBase attribute which specifies input types no need to change
4is_standardtrueNo need to change (by default: TRUE)
5editabletrueAllows user to edit the input
6display_order1Allows user to define the order of the fields
7disabledfalsewhen set to true it makes field disable