Update context_menu.pyi file

This commit is contained in:
Vy Nguyen 2024-12-12 16:23:58 -08:00
parent 37a5c114b2
commit 98e18f9ea9

View File

@ -812,7 +812,7 @@ class ContextMenuCheckbox(Checkbox):
required: Whether the checkbox is required required: Whether the checkbox is required
name: The name of the checkbox control when submitting the form. name: The name of the checkbox control when submitting the form.
value: The value 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. style: The style of the component.
key: A unique key for the component. key: A unique key for the component.
id: The id for the component. id: The id for the component.