Working with checkboxes in React

Опубликовано: 21 Октябрь 2024
на канале: CodingDeft
2,472
20

Tutorial on how to handle checkboxes in React. How to check the checkbox by default. How to work with multiple checkboxes. How to select all and unselect all.

Full code: https://bit.ly/3LNL5WO


Chapters
0:00 Project setup
0:37 Creating Radio buttons
02:37 Uncontrolled checkbox
04:39 Checkbox as a reusable component
05:57 Displaying a group of checkboxes
10:02 Select all and Unselect all


#react #hooks