Browse Source

Merge pull request #137 from ismail-codar/patch-2

Update checkbox.html.eco
mq/doc-dropdown
Jack Lukic 9 years ago
parent
commit
600687f090
  1. 4
      server/documents/modules/checkbox.html.eco

4
server/documents/modules/checkbox.html.eco

@ -688,8 +688,8 @@ themes : ['Default', 'Colored']
<td>Returns whether element can be determinate (checking if already determinate or `beforeDeterminate` would cancel)</td>
</tr>
<tr>
<td>should allow determinate</td>
<td>Returns whether element can be ideterminate (checking if already indeterminate or `beforeIndeterminate` would cancel)</td>
<td>should allow indeterminate</td>
<td>Returns whether element can be indeterminate (checking if already indeterminate or `beforeIndeterminate` would cancel)</td>
</tr>
<tr>
<td>can uncheck</td>

Loading…
Cancel
Save