How to create a custom TableView with Checkbox
I know how to add a TableView in FXML and corresponding Controller code. But in the case of a custom TableView how can i add a check box to a TableColumn? How to create the domain class for this TableView?