From 6172e1d8cb907178c130d0c361c0899cfd26205e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Thu, 25 May 2023 00:31:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20checkbox=20=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/form.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/form.html b/examples/form.html index 69d4f899..b2610a19 100644 --- a/examples/form.html +++ b/examples/form.html @@ -293,6 +293,7 @@ +
@@ -458,6 +459,10 @@ return false; }); + // 设置半选 + $('#ID-indeterminate').prop('indeterminate', true); + form.render('checkbox'); + // 普通事件 util.on('lay-on', { "get-vercode": function(othis){