Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Checkboxradio: Fixed duplicate ID on demo page
Browse files Browse the repository at this point in the history
Fixes gh-7696
Closes gh-7702
  • Loading branch information
jaspermdegroot committed Oct 25, 2014
1 parent a7a5a40 commit 198e5d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/checkboxradio-checkbox/index.php
Expand Up @@ -127,8 +127,8 @@

<div data-demo-html="true">
<form>
<input disabled type="checkbox" name="checkbox-t-2a" id="checkbox-t-2a" data-theme="a">
<label for="checkbox-t-2a">One</label>
<input disabled type="checkbox" name="checkbox-t-3a" id="checkbox-t-3a" data-theme="a">
<label for="checkbox-t-3a">One</label>
</form>
</div><!--/demo-html -->

Expand Down

0 comments on commit 198e5d2

Please sign in to comment.