Radio: Radio issue has been fixed ( N_SE-38015 )
[platform/framework/web/web-ui-fw.git] / demos / tizen-winsets / widgets / radio / radio.html
index 21042ff..64754af 100644 (file)
                                        </p>
 
                                        <input type="radio" name="radio-1" id="radio-1" checked="checked" disabled="disabled" />
-                                       <label for="radio-2">Checked, Disabled</label>
+                                       <label for="radio-1">Checked, Disabled</label>
                                        <input type="radio" name="radio-2" id="radio-2" disabled="disabled"/>
-                                       <label for="radio-3">Disabled</label>
+                                       <label for="radio-2">Disabled</label>
                                        <input type="radio" name="radio-3" id="radio-3"/>
+                                       <label for="radio-3">Unchecked</label>
 
                                </div><!--/content-primary -->
                        </div>