Duyuru: 15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için ticari olmayan uygunluğu doğrulaması gerekir.
Onay kutusunun etiketi. Varsayılan olarak boş dize kullanılır.
value
Boole değeri, isteğe bağlı
Onay kutusunun işaretli olup olmadığı. Boş değer, onay kutusunun belirsiz bir durumda olduğunu gösterir. Varsayılan olarak false değerine ayarlanır.
onChange
İşlev, isteğe bağlı
Onay kutusunun değeri değiştiğinde tetiklenecek geri çağırma. Geri çağırma işlevine, onay kutusunun işaretli olup olmadığını belirten bir boole değeri ve onay kutusu widget'ı iletilir.
disabled
Boole değeri, isteğe bağlı
Onay kutusunun devre dışı olup olmadığı. Varsayılan olarak false değerine ayarlanır.
style
Nesne, isteğe bağlı
Bu widget için ayarlanacak değerlere sahip, izin verilen CSS stillerinin bir nesnesi. style() belgelerine bakın.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]