<?php/*** 积木云渲染器** @package XbCode* @author 楚羽幽 <958416459@qq.com>* @license Apache License 2.0* @link http://www.xbcode.net* @document http://doc.xbcode.net*/namespace plugin\xbCode\builder\Components\Form;/*** 表单开关组件* @copyright 贵州积木云网络科技有限公司* @author 楚羽幽 958416459@qq.com* @link https://aisuda.bce.baidu.com/amis/zh-CN/components/form/switch* @method $this option(string $value) 选项说明* @method $this onText(string|array $value) 开启时开关显示的内容* @method $this offText(string|array $value) 关闭时开关显示的内容* @method $this trueValue(bool|string|number $value) 标识真值* @method $this falseValue(bool|string|number $value) 标识假值* @method $this size(string $value) 开关大小,可选值 "sm" | "md"* @method $this loading(bool $value) 是否处于加载状态*/class InputSwitch extends FormBase{public string $type = 'switch';}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。