Hey,
I need to create an option for the user to select a checkbox that either becomes marked as checked or makes the adjacent text have a strike through. I can’t seem to figure out how to do so, any help please?
Thanks
Hi,
the Buttons screen shows one way.
https://x.thunkable.com/projects/5be813b36245ad2916513266/project/properties/designer/
Thanks for the help @actech!
I can’t seem to open and test the app though, I’m not sure if it’s an issue with android but when I try to open the project on the app, it crashes. I also don’t see anyway to copy the screen to another project…
You’re right. Now this application really falls on Android. It is generally interesting behaves. Then after small changes it falls under Android, then it starts working normally. Thanks to this, you can monitor how well Thunkable X works stably under Android.
In fact, everything is simple. You can use the button and Unicode characters or images for the button.
- Create the variable check = false and call the state check function checkState
- Create a checkState state check function. If check = false, then show the Unicode symbol or the image on the button corresponding to the disabled state, if check = true - enabled
- When you click on the button, change the check to the opposite value check =! сheck and then call the state check function checkState
Yeah the Android app does behave strangely from my experience…
Thanks for all the help again @actech! I’ll try messing around and testing with these blocks.
Where did you find the Checkbox ?
It looks like a unicode ballot box to me @Mehmud.
It can be empty, with a check or, with an X.
how do u insert a unicode character in the block part? i tried with 2611 ALT X but nothing
You can copy it
Yep, I just used copy and paste to do this.
Hi
Sample on scrButtons or scrLists
https://x.thunkable.com/projects/5d370bd8814895afb4300c50/project/properties/designer/
thanks, i didnt think of copy and paste, just the code and ALT + X
thank you very much!!