Hello i have a question how to add “checked” attribute to the “Personal” input?
Just add the word checked
to the input
tag. It doesn’t need a value, similar to how the required
attribute doesn’t need a value.
1 Like
i got it thank you so much!
2 Likes
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.