Ask AI is now on the home page — ask a question and get a sourced answer from the Ory docs. You'll also find it in the bottom-right corner of any page.

Skip to main content

OryNodeCheckboxProps

type OryNodeCheckboxProps = {
attributes: UiNodeInputAttributes
inputProps: OryNodeCheckboxInputProps
node: UiNodeInput
onClick: MouseEventHandler
}

Properties

attributes

attributes: UiNodeInputAttributes

Deprecated

  • use node.attributes

inputProps

inputProps: OryNodeCheckboxInputProps

node

node: UiNodeInput

onClick

onClick: MouseEventHandler

Deprecated

  • use inputProps.onClick