اینکه آیا کادر انتخاب علامت زده شده است. مقدار null نشان می دهد که چک باکس در وضعیت نامشخصی قرار دارد. پیش فرض به نادرست.
onChange
عملکرد، اختیاری
هنگامی که مقدار چک باکس تغییر می کند، یک تماس برگشتی فعال می شود. پاسخ به تماس یک بولین ارسال می شود که نشان می دهد آیا اکنون چک باکس علامت زده شده است و ویجت چک باکس.
disabled
بولی، اختیاری
اینکه چک باکس غیرفعال است یا نه. پیش فرض به نادرست.
style
شیء، اختیاری
یک شی از سبک های CSS مجاز با مقادیر آنها برای تنظیم این ویجت. به مستندات style() مراجعه کنید.
تاریخ آخرین بهروزرسانی 2025-07-29 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-29 بهوقت ساعت هماهنگ جهانی."],[[["The `ui.Checkbox` widget is used to create a checkbox with a label, allowing users to select or deselect an option."],["It can be initialized with optional parameters for label, value, onChange callback, disabled state, and custom styles."],["The `onChange` callback is triggered when the checkbox value changes, providing access to the new checked state and the checkbox widget itself."],["`value` can be set to `null` to represent an indeterminate state, while `disabled` and `style` parameters offer control over the widget's interactivity and appearance."]]],["The core content describes a `ui.Checkbox` widget, its usage, and its arguments. It can be created using `ui.Checkbox()` and allows for a `label`, a boolean `value` (checked/unchecked/indeterminate), an `onChange` callback function, a `disabled` state, and custom `style`. The `onChange` callback receives the new boolean state and the widget itself. Each parameter is optional and has default values.\n"]]