how I can make checkbox?
You can make a checkbox in HTML using <input type="checkbox">
. However, to make it useful, you’ll want to put it in a form
and connect that to something. See this article from w3schools for more information.
To make a checkbox in markdown (supported by Ask and Replit comments), simply use []
for unchecked and [x]
for checked, resulting in and . If your post is a wiki (editable by other users, this only applies to Ask), users can check and uncheck boxes by clicking on them.
If you would like information on other checkboxes, please clarify your question.
1 Like