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