'Multiple checkboxes in datagridview cell (vb.net)

In my datagridview, I need to create multiple checkboxes in some cases, like that :

enter image description here

After a lot of searches, I found this : Multiple CheckBox controls in a DataGrid cell. Is it possible to do the same in VB.NET (I use Visual Studio 2022) ? Thanks.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source