Hide Checkbox at Runtime

By | February 21, 2009

You must be familiar with how to hide the fields at runtime from the custom content. Normally what we do for this is, we find the “_capt” i.e. “Caption” and “_Data” i.e. “Data” part for this particular field and using the visibility property set to “Hidden” we can hide them.

This particular workaround will not work for the checkboxes as we cannot find “_Capt” and “_Data” part for the checkbox. For checkbox you can find “_Id” part i.e if your checkbox field is “comp_samplecheck” then you can find “_Idcomp_samplecheck” for this field.

We can hide the checkbox field by following some simple steps given below. Please click the image to enlarge it.