Browse Source

tiny checkbox example update

Former-commit-id: 815ea47a64
Former-commit-id: e2a94f1b13
pull/258/head
jlukic 11 years ago
parent
commit
f60fa4addc
1 changed files with 1 additions and 1 deletions
  1. 2
      node/src/documents/modules/checkbox.html.eco

2
node/src/documents/modules/checkbox.html.eco

@ -86,7 +86,7 @@ type : 'UI Module'
<div class="grouped inline fields">
<div class="field">
<div class="ui radio checkbox">
<input type="radio" name="fruit" checked />
<input type="radio" name="fruit" checked="checked" />
<label>Apples</label>
</div>
</div>

Loading…
Cancel
Save