Skip to content

Boolean

import { buildProperty } from "./builders";
const availableProperty = buildProperty({
name: "Available",
dataType: "boolean"
});
  • required Should this field be compulsory.
  • requiredMessage Message to be displayed as a validation error.

The widget that gets created is

Links: