OryNodeConsentScopeCheckboxProps
type OryNodeConsentScopeCheckboxProps = {
  attributes: UiNodeInputAttributes
  node: UiNode
  onCheckedChange: (checked: boolean) => void
}
Properties
attributes
attributes: UiNodeInputAttributes
node
node: UiNode
onCheckedChange()
onCheckedChange: (checked: boolean) => void;
Parameters
| Parameter | Type | 
|---|---|
| checked | boolean | 
Returns
void