in the system to be rewritten from VFP, I have a function that works on a grid basis and its purpose is very similar to section2 of example_multiselectrows App. I tried to rewrite this function into Lianja with form + grid objects, but I got stuck at the grid checkbox column. What are the solutions for displaying checkboxes in one of the columns on the grid? What events and methods are available to handle a change in checkbox status?

Is it possible to use a grid section in a form on the model of section 2 of the example application mentioned?