This topic is locked
[SOLVED]

 Yes / No checkboxes

9/15/2010 11:44:39 AM
PHPRunner General questions
R
rod author

Does anyone know how to code up a "YES" / "NO" checkbox set for the Add/Edit pages?

Has this activity been discussed and agreed with the Customer? []YES []NO


So that only Yes or No can be checked at one time. I tried using "EditAs" Checkbox List, horizontal layout with "yes", "no" for values. Which is what I want, but it allows both to be checked. I don't want the normal pull down box method.
Rod

hichem 9/15/2010

Hi Rod, did you try to use the edit as radio button (you can use it in a horizontal layout where you need to align it left in html mode).Radio buttons are usually chosen when you want to suggest the OR condition to the user. make sure you set a default value. I used this on ASPRunner and works fine.

R
rod author 9/15/2010



Hi Rod, did you try to use the edit as radio button (you can use it in a horizontal layout where you need to align it left in html mode).Radio buttons are usually chosen when you want to suggest the OR condition to the user. make sure you set a default value. I used this on ASPRunner and works fine.


Thanks, That worked great.

I would prefer check boxes, but the radio buttons work!