Checkboxes are used on the page to allow the user to select multiple items from the list.
If the user wants to select all items then it needs to check all checkboxes one by one.
To make the selection process easier by adding a single checkbox and use it to check uncheck all checkboxes.
In this demonstration, I am using the model to check uncheck all checkboxes in Vue.js and read the checked values.