Trying to create a checkbox, let me know how can I do that
Tom Ireland
1 year ago
Hey. If you add an input element to the page and choose 'Checkbox' as the 'Type' on the 'Attributes' tab, that should give you what you need. Also check MDN docs for how to work with this as a HTML element. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox Does that help?