Fix the order wording(Second to first ) (#23254)

Before modifying this, line 23 quote, "by default the first checkbox will come automatically" even though the checked attribute is in the second input element, not the first.
This commit is contained in:
KingofLegendary
2018-11-23 05:17:42 -05:00
committed by Manish Giri
parent b274ab7722
commit 8df49e4e40

View File

@ -20,4 +20,4 @@ The checked attribute can also be set after the page load, through JavaScript.
</form> </form>
``` ```
In the example above when the web page is loaded by default the first checkbox will come automatically selected due to the checked attribute. In the example above when the web page is loaded by default the second checkbox will come automatically selected due to the checked attribute.