RobotRock
Action widgets

Boolean

  • Default for: type: "boolean" without ui:widget
  • ui:options: standard RJSF options are passed through
schema: {
  type: "object",
  properties: {
    dryRun: { type: "boolean", title: "Dry run only?" },
  },
}

Inbox preview

Rendered by the dashboard (static preview route). Matches docs light/dark mode. Handle actions are disabled; use the toolbar to submit this example to your inbox or view its configuration.

Action

{
  "id": "approve",
  "title": "Approve",
  "description": "Default checkbox for boolean fields",
  "schema": {
    "type": "object",
    "properties": {
      "dryRun": {
        "type": "boolean",
        "title": "Dry run only?"
      }
    }
  }
}

See also

This widget also appears in the full Code Review task example.