На веб-сайте я использую Metro UI 4. Я реализовал таблицу с пятью столбцами.
<thead>
<tr>
<th></th>
<th>File</th>
<th>Size</th>
<th>Date</th>
</tr>
</thead>
<tbody>```
In the first column are checkboxes. How to get Information when a checkbox is clicked?