公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ui.Checkbox
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
带有标签的复选框。
用法 | 返回 |
---|
ui.Checkbox(label, value, onChange, disabled, style) | ui.Checkbox |
参数 | 类型 | 详细信息 |
---|
label | 字符串,可选 | 复选框的标签。默认为空字符串。 |
value | 布尔值,可选 | 复选框是否处于选中状态。null 值表示复选框处于不确定状态。默认值为 false。 |
onChange | 函数(可选) | 复选框的值发生变化时要触发的回调。系统会向回调传递一个布尔值,用于指示复选框现在是否处于选中状态,还会传递复选框 widget。 |
disabled | 布尔值,可选 | 复选框是否处于停用状态。默认值为 false。 |
style | 对象,可选 | 一个对象,包含允许的 CSS 样式及其要为此 widget 设置的值。请参阅 style() 文档。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-29。
[null,null,["最后更新时间 (UTC):2025-07-29。"],[],["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"],null,[]]