I created a series of checkbutton with text(cb in the example), and I put them into a canvas with the create_window method (I need that because I have a Scrollbar). How can I extend this code and get my checkbuttons sticky to left and right border?
canvas.create_window(0, i*20, #for non overlapping
window= cb[key],
anchor = NW)