Check Box in List View

0
 i have non-persistent entity  listview  , In which i want a Check box to be editable as per my requirement . But it is not editable by default. Do we have any ways to make the check box editable or any widget ,Please let me know . Thanks In Advance
asked
2 answers
3

You’ll need to enable Editability in your listview if you haven’t done so already

 

answered
3

We use two buttons in link mode with visibility rules behind it when it is checked or not. the button will lead to a microflow in which the boolean is changed. 

answered