How do I get Pass/Fail Checkboxes

0
Good Morning Folks, Can anyone please help me understand how do I get the below Pass/Fail Check boxes using an Enumeration attribute, if not Enumeration attribute please do let me know if there is any other approach to achieve this. Thank you all in advance.   Regards, Venu      
asked
2 answers
2

Hi Venu,

For check boxes you can only use Boolean to my knowledge. For Pass/Fail I recommend to use a Boolean instead of an Enumeration.

Best regards,

Frank

answered
0

Hi Frank,

Thanks for the prompt response, and appreciate it. 

Yes, even as per my knowledge I was thinking the same. Ok, I will go with the Enumeration option using Radio button. Since client was interested to use the check box, I was double checking it to make sure that I was not missing any existing option.

Thanks again!

Venu

 

 

answered