Skip to main content
Version: 1.0.0

Boolean

import { buildProperty } from "./builders";

const availableProperty = buildProperty({
title: "Available",
dataType: "boolean"
});

validation

  • required Should this field be compulsory.
  • requiredMessage Message to be displayed as a validation error.

The widget that gets created is

  • SwitchField simple boolean switch

Links:

  • [API]
Sign up to our newsletter to get the latest news and updates. No spam!