[Solved] check all dynamically created checkbox at button click


You can use

checkbox.setChecked(true);

to check a checkbox programmatically. You can add multiple lines in button OnClick method.

2

solved check all dynamically created checkbox at button click