feat(chauffeur-absence): add checkbox selection and French date format to driver absence tables
- Add select checkbox column to driver absence table heads
- Implement allSelected/toggleAll for bulk selection in list views
- Format dates to DD/MM/YYYY French format using dateFormat.split.date
- Add selectedRows and toggleRow props to table row components
Closes VSN-2164