ui.Checkbox.onChange
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह एक कॉलबैक रजिस्टर करता है. यह कॉलबैक, चेकबॉक्स की वैल्यू में बदलाव होने पर ट्रिगर होता है.
यह एक ऐसा आईडी दिखाता है जिसे unlisten() को पास किया जा सकता है, ताकि कॉलबैक को अनरजिस्टर किया जा सके.
इस्तेमाल | रिटर्न |
---|
Checkbox.onChange(callback) | स्ट्रिंग |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: ui.checkbox | ui.Checkbox | ui.Checkbox इंस्टेंस. |
callback | फ़ंक्शन | चेकबॉक्स की वैल्यू बदलने पर ट्रिगर होने वाला कॉलबैक. कॉलबैक को एक बूलियन वैल्यू पास की जाती है. इससे पता चलता है कि चेकबॉक्स पर अब सही का निशान लगा है या नहीं. साथ ही, चेकबॉक्स विजेट भी पास किया जाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003eCheckbox.onChange()\u003c/code\u003e registers a callback function that executes when the checkbox's value changes.\u003c/p\u003e\n"],["\u003cp\u003eThe callback function receives a boolean indicating the checkbox's checked state and the checkbox widget itself.\u003c/p\u003e\n"],["\u003cp\u003eThis method returns a unique ID used to unregister the callback via \u003ccode\u003eunlisten()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# ui.Checkbox.onChange\n\n\u003cbr /\u003e\n\nRegisters a callback that's fired when the value of the checkbox changes.\n\n\u003cbr /\u003e\n\nReturns an ID which can be passed to unlisten() to unregister the callback.\n\n| Usage | Returns |\n|-------------------------------|---------|\n| Checkbox.onChange`(callback)` | String |\n\n| Argument | Type | Details |\n|---------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `ui.checkbox` | ui.Checkbox | The ui.Checkbox instance. |\n| `callback` | Function | The callback to fire when the value of the checkbox changes. The callback is passed a boolean indicating whether the checkbox is now checked and the checkbox widget. |"]]