cancel
Showing results for 
Search instead for 
Did you mean: 

Thin client Thick client differences

Not applicable

I have an eForm that has a few check boxes on it. 

<input id="Checkbox6" name="Checkbox6" type="checkbox" /> 

The form will display checks in the box when retrieved from the thick client.

The thin client will not display any of the check marks.

I need to know what has to be done to has the check box display the check mark on document retrieval on the thin client.

7 REPLIES 7

John_Anderson4
Star Collaborator
Star Collaborator

I've had nothing but issues trying to use checkboxes on e-forms, no matter which client I'm using. If at all possible I would recommend using radio buttons. It is possible to make checkboxes work, but it's more hassle than I think it's worth.

Not applicable

The check boxes show in the OnBase thick client. Fail to show in the thin client. The check boxes work, not the thin client.

John_Anderson4
Star Collaborator
Star Collaborator

Yes, I read your post. My recommendation still stands.

Not applicable

I am using the check boxes like below

[ ] Foot Soak

[ ] Oral Care

one option per item. If I used radio buttons I would have to double the clickable's for Yes and No. Creating clutter (noise), not a good usability design. The problem with radio buttons is the inability to deselect one. Is it really that difficult to get the OnBase thin client to see a checked box?