影响
checkbox状态的属性有
checked,
disabled和
indeterminate;
checked
:选中/未选中状态;disabled
:禁用/可用状态;indeterminate
:用于表示复选框组介于全部选中或全部未选中之间的状态;

影响
checkbox状态的属性有
checked,
disabled和
indeterminate;
checked:选中/未选中状态;
disabled:禁用/可用状态;
indeterminate:用于表示复选框组介于全部选中或全部未选中之间的状态;