Switch

Toggle simples para selecionar valores true ou false.
import { buildProperty } from "@firecms/core";
buildProperty({ name: "Selectable", dataType: "boolean"});O tipo de dado é boolean.
Internamente o componente usado
é SwitchFieldBinding.