I am trying to create students attendance class base using javascript in laravel 8 so javascript search and show successfully all students from specific class but I couldn't select more than one radio button so what can I do?
CodePudding user response:
the difference between checkboxes and radio buttons:
checkboxes are used when the user can select one or more options,
radio buttons are used when the user can choose only one of two or more options.
You are probably needing to change your radio buttons to checkboxes.
CodePudding user response:
Maybe this is what you can: Radio buttons selecting multiple options. But you can use checkboxes are used when you can select one or more options