blob: edd3c5e9ed3d5a1395db497980ef0db470c70c5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
---
title: autocheck
slug: Mozilla/Tech/XUL/Attribute/autocheck
tags:
- XUL Attributes
translation_of: Archive/Mozilla/XUL/Attribute/autoCheck
---
<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference">XUL Reference home</a></span></div>
<dl>
<dt><code id="a-autocheck"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/autocheck">autocheck</a></code></dt>
<dd>类型:
<i>boolean</i>
</dd>
<dd>如果此属性为 <code>true</code>,或空白, 每次点击按钮时,此按钮的状态检查都会被执行一次。如果此属性为<code>false</code>, 检查会手动的被拒绝。当autocheck值为true的时候,按钮将会变为多选框或者单选框。</dd>
</dl>
<div class="noinclude">
<h3 id="See_also" name="See_also">See also</h3>
<p><code><a href="cn/XUL/Attribute/autoCheck">autoCheck</a></code></p>
</div>
<p></p>
|