Switch

Simple toggle for selecting true or false values.
import { buildProperty } from "@firecms/core";
buildProperty({ name: "Selectable", dataType: "boolean"});The data type is boolean.
Internally the component used
is SwitchFieldBinding.