Switch
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
.