Create a set of checkboxes. basic html 14

Tell us what’s happening:

all data is imput correctly, but is only creating 2 checkboxes. any ideas?

Your code so far

playful

<input id=“soft” type="checkbox"name=‘personality’> soft

<input id="annoying"type="checkbox"name=“personality”> annoying

```html

CatPhotoApp

Click here to view more cat photos.

A cute orange cat lying on its back.

Things cats love:

  • cat nip
  • laser pointers
  • lasagna

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats
Indoor Outdoor
Submit

playful

<input id=“soft” type="checkbox"name=‘personality’> soft

<input id="annoying"type="checkbox"name=“personality”> annoying



**Your browser information:**

User Agent is: <code>Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36</code>.

**Challenge:** Create a Set of Checkboxes

**Link to the challenge:**
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/create-a-set-of-checkboxes

A post was merged into an existing topic: Create a set of checkboxes. basic html