From 98e18f9ea91b5fdeacc638e27a938a77dd950346 Mon Sep 17 00:00:00 2001 From: Vy Nguyen Date: Thu, 12 Dec 2024 16:23:58 -0800 Subject: [PATCH] Update context_menu.pyi file --- reflex/components/radix/themes/components/context_menu.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/components/radix/themes/components/context_menu.pyi b/reflex/components/radix/themes/components/context_menu.pyi index a242c0007..2d3ffbebc 100644 --- a/reflex/components/radix/themes/components/context_menu.pyi +++ b/reflex/components/radix/themes/components/context_menu.pyi @@ -812,7 +812,7 @@ class ContextMenuCheckbox(Checkbox): required: Whether the checkbox is required name: The name of the checkbox control when submitting the form. value: The value of the checkbox control when submitting the form. - on_change: Props to rename Fired when the checkbox is checked or unchecked. + on_change: Fired when the checkbox is checked or unchecked. style: The style of the component. key: A unique key for the component. id: The id for the component.