| checkbox_extra {reactable.extras} | R Documentation | 
Checkbox input for reactable column cell
Description
Checkbox input for reactable column cell
Usage
checkbox_extra(id, key = NULL, ...)
Arguments
| id | id of the checkbox input | 
| key | alternative unique id for server side processing | 
| ... | parameters of checkbox, only  | 
Value
Custom JS checkbox renderer for reactable
Examples
reactable::colDef(cell = checkbox_extra("check", class = "table-check"))
[Package reactable.extras version 0.2.0 Index]