[[["เข้าใจง่าย","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-26 UTC"],[[["The `Checkbox.unlisten()` method removes registered callbacks associated with a checkbox widget."],["You can target specific callbacks for removal using their unique ID or remove all callbacks of a certain event type."],["Calling `unlisten()` without any arguments will remove all registered callbacks for the checkbox."]]],["The `Checkbox.unlisten()` function deletes callbacks associated with a UI widget. It accepts an optional `idOrType` argument. If an ID is provided, it removes the specific callback. If an event type is given, all callbacks for that type are removed. If no argument is passed, all registered callbacks for the widget are deleted. This method does not return any value.\n"]]