you haven't show your effort so I am little confuse about your question
you can use given code to add checkbox in datagridview at runtime
Dim obj As New DataGridViewCheckBoxColumn
DataGridView1.Columns.Add(obj)
and if you want to add checkbox while reading and displaying data to gridview then i will suggest you to read
this[
^] article