Saltearse al contenido

Interruptor (Switch)

Field

Interruptor (toggle) simple para seleccionar valores true o false.

import { buildProperty } from "@firecms/core";
buildProperty({
name: "Seleccionable",
dataType: "boolean"
});

El tipo de datos es boolean.

Internamente, el componente utilizado es SwitchFieldBinding.