Checkbox not to checkbox

So I have a use case that requires a checkbox that is visible from the browser but not actionable from the browser….

In short this checkbox will be actioned as checked or not checked but only from the filemaker side of the solution.

Any help appreciated,
Thanks in advance.

You can add the disabled field to prevent the checkbox from being checked.

Here’s an example of a disabled checkbox:

{
                "label": "Uncheckable Checkbox",
                "model": "booleanFromFM",
                "styleClasses": "col-md-2",
                "disabled": true,
                "type": "bfcheckbox1"
            }