सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
चेकबॉक्स का लेबल. डिफ़ॉल्ट रूप से, यह खाली स्ट्रिंग होती है.
value
बूलियन, ज़रूरी नहीं
चेकबॉक्स चुना गया है या नहीं. शून्य वैल्यू से पता चलता है कि चेकबॉक्स की स्थिति तय नहीं है. डिफ़ॉल्ट रूप से, यह 'गलत' पर सेट होती है.
onChange
फ़ंक्शन, ज़रूरी नहीं है
चेकबॉक्स की वैल्यू बदलने पर ट्रिगर होने वाला कॉलबैक. कॉलबैक को एक बूलियन वैल्यू पास की जाती है. इससे पता चलता है कि चेकबॉक्स पर अब सही का निशान लगा है या नहीं. साथ ही, चेकबॉक्स विजेट भी पास किया जाता है.
disabled
बूलियन, ज़रूरी नहीं
चेकबॉक्स बंद है या नहीं. डिफ़ॉल्ट रूप से, यह 'गलत' पर सेट होती है.
style
ऑब्जेक्ट, ज़रूरी नहीं है
सीएसएस की उन स्टाइल का ऑब्जेक्ट जिन्हें इस विजेट के लिए सेट किया जा सकता है. style() फ़ंक्शन का दस्तावेज़ देखें.
[[["समझने में आसान है","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 (UTC) को अपडेट किया गया."],[[["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"]]