How to define a checkbox on a form October 30, 2021, 01:34:27 PM How do you define a simple true/false checkbox on a form? In the table the value is 0 or 1, 0 being false and 1 being true. How do I get the form to show the checkbox checked for 1 and unchecked for 0 or null? Quote Selected
Re: How to define a checkbox on a form Reply #1 – November 01, 2021, 12:08:27 AM @dan65h select the Checkbox or Radio Add/Edit Page Properties and set DisplayAs to Single Switch and configure it. Quote Selected
Re: How to define a checkbox on a form Reply #2 – November 11, 2021, 07:52:51 PM Quote from: willvin – November 01, 2021, 12:08:27 AM@dan65h select the Checkbox or Radio Add/Edit Page Properties and set DisplayAs to Single Switch and configure it.I can't figure out how to get it to work. I just want a simple checkbox with true/false values stored in the database. This is what I see from the field properties. Quote Selected
Re: How to define a checkbox on a form Reply #3 – November 12, 2021, 11:27:02 PM @dan65h I don't know what version of phprad you are using. But below is how the latest version of the app should display. Quote Selected
Re: How to define a checkbox on a form Reply #4 – November 13, 2021, 05:30:14 PM I'm using RadSystems Studio version 4.6 with PHPRad project. Quote Selected
Re: How to define a checkbox on a form Reply #5 – November 15, 2021, 08:58:25 AM @dan65h please post your issues to the radsystems forum. Make sure to specify it under the project category or you specify the project you are working on, in the forum, thanks. Quote Selected Last Edit: November 15, 2021, 09:01:12 AM by willvin