Android - Checkboxes
The checkboxes are set as being selected from the beginning. How do I set their default as unselected? (I cannot find the selected option in properties)
Also upon one of the checkboxes being checked I want to show a new dynamic panel (Panel in photo that asks "What community") and unselected the other checkbox. However I cannot find the condition for "is selected"
Files:
Screen Shot 201...
Hi Andrew,
You should choose the "checkbox off" widget instead. However, these icons don't have the same functionality as regular checkbox widgets, so you'll need to add an event for each 'off' state of the checkbox. Check out the attached prototype to get an of idea of where to start.
Best,
Danielle
Hi Andrew,
You should choose the "checkbox off" widget instead. However, these icons don't have the same functionality as regular checkbox widgets, so you'll need to add an event for each 'off' state of the checkbox. Check out the attached prototype to get an of idea of where to start.
Best,
Danielle
Replies have been locked on this page!