Skip to main content
Version: 3.0.0-beta

Switch

Field

Simple toggle for selecting true or false values.

import { buildProperty } from "@firecms/cloud";

buildProperty({
name: "Selectable",
dataType: "boolean"
});

The data type is boolean.

Internally the component used is SwitchFieldBinding.

Sign up to our newsletter to get the latest news and updates. No spam!