Skip to content

Commit b60d075

Browse files
hyunsookGabriel Schulhof
authored and
Gabriel Schulhof
committed
Checkboxradio: Fixed a bug of sample code for "Field containers" in Radio buttons.
1 parent d0a6410 commit b60d075

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

entries/checkboxradio.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,16 @@
118118
<div class="ui-field-contain">
119119
<fieldset data-role="controlgroup">
120120
<legend>Choose a pet:</legend>
121-
<input type="radio" name="radio-choice-2" id="radio-choice-21" value="choice-1" checked="checked" />
121+
<input type="radio" name="radio-choice-2" id="radio-choice-1" value="choice-1" checked="checked" />
122122
<label for="radio-choice-1">Cat</label>
123123

124-
<input type="radio" name="radio-choice-2" id="radio-choice-22" value="choice-2" />
124+
<input type="radio" name="radio-choice-2" id="radio-choice-2" value="choice-2" />
125125
<label for="radio-choice-2">Dog</label>
126126

127-
<input type="radio" name="radio-choice-2" id="radio-choice-23" value="choice-3" />
127+
<input type="radio" name="radio-choice-2" id="radio-choice-3" value="choice-3" />
128128
<label for="radio-choice-3">Hamster</label>
129129

130-
<input type="radio" name="radio-choice-2" id="radio-choice-24" value="choice-4" />
130+
<input type="radio" name="radio-choice-2" id="radio-choice-4" value="choice-4" />
131131
<label for="radio-choice-4">Lizard</label>
132132
</fieldset>
133133
</div>

0 commit comments

Comments
 (0)