CheckboxColumnSpec

constructor(headerName: String, widthSetting: WidthSetting, valueSelector: (T) -> Boolean, onEdit: (rowIndex: Int, newValue: Boolean) -> Unit? = null)