+ 1
Firebase checkboxes
Is there any way to take input from user on how may checkboxes the user wants to generate and then generate only that many number of checkboxes and use isChecked( ) method on them.
2 Respostas
+ 1
//Can you describe it more please 🤔🤔
0
I am trying to say take input from user. If user enters 4 then display 4 checkboxes in next activity.