Skip to main content

Checkbox

This view allows you to display (and edit) bool values. It will always be editable, unless the enabled formula returns false.

JSON Format

{
"type": "checkbox",
"id": ...,
"type": ...,
"margin_left": ...,
"margin_right": ...,
"margin_top": ...,
"margin_bottom": ...,
"is_visible": ...,
"validation_message": ...
}

Fields

FieldTypeRequiredDescription
validation_messageStatFormulaComponentOptional. If this view is an input, you can define this formula to return a message when the input value is invalid. If the input is valid, you should return null. Otherwise, make the formula return the string that should be shown to the user.