Hi all,
i want to know if there is a way to make a radio button or a checkbox readonly and not disabled. my problem is: some users do have view permession and not editing permession. in this case they are allowed to see the form information but not change it. in textboxes there is a read only problem that i use. but in radio buttons the only way is to disable them (set enabled = false) in this case the text is not easily read at all.

is there another solution that can be clear for users to read.

thx in advance

rgds