Split list into 3 columns by applying size limit to each column

Scenario: Trying to split a approx 200 records into 3 columns with checkboxes in ascending order and by limiting size of each column up to 70. Like first column will have first 70 items of list and the next 70 items follow in 2nd column layout and next 70 columns follow 3rd column layout.

Is there a way to set the limit of values in each column and route the list to subsequent columns?, instead of stacking up all 210 records in single column for a better user experience? 

  Discussion posts and replies are publicly visible