Skip to main content

OryNodeConsentScopeCheckboxProps

type OryNodeConsentScopeCheckboxProps = {
attributes: UiNodeInputAttributes;
node: UiNode;
onCheckedChange: (checked: boolean) => void;
};

Properties

attributes

attributes: UiNodeInputAttributes;

node

node: UiNode;

onCheckedChange()

onCheckedChange: (checked: boolean) => void;

Parameters

ParameterType
checkedboolean

Returns

void