Skip to content

Conversation

DanielD6464
Copy link
Collaborator

No description provided.

@violette-git violette-git self-requested a review August 17, 2022 03:01
<input type="radio" name="Tortilla" value="Spinach"> Spinach
<input type="radio" name="Tortilla" value="Corn"> Corn <br>
<p>Protein:</p>
<input type="checkbox" name="Meat" value="Carnitas"> Carnitas
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be radio buttons

<input type="checkbox" name="Meat" value="Sofritas"> Sofritas
<br>
<p>Beans:</p>
<input type="checkbox" name="Beans" value="Beans"> Black<br>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be radio buttons

<input type="checkbox" name="Beans" value="Beans"> Black<br>
<input type="checkbox" name="Beans" value="Beans"> Pinto<br>
<p>Rice:</p>
<input type="checkbox" name="Cheese" value="Cheese"> White<br>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be radio buttons. name should be Rice. etc.

@violette-git violette-git marked this pull request as draft August 17, 2022 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants