Hi,
I'm trying to create a form (with a gform_pre_render filter) that would disable one or more checkboxes. In "plain" HTML, I'd expect that to be possible with the property:
<input type="checkbox" disabled="disabled" />.
I'm not able to locate docs describing how I could modify/add properties to fields (like a checkbox). Is that capability not available?