复选框控件

(UI 0.9.9)

简介

复选框是一个带标签的可选中框

类概要

class UI\Controls\Check extends UI\Control {
/* 构造函数 */
public __construct(string $text)
/* 方法 */
public getText(): string
public isChecked(): bool
protected onToggle()
public setChecked(bool $checked)
public setText(string $text)
/* 继承的方法 */
}

目录

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top