Multiple Visible Calcs on same page

I have a page with a radio option that hides and shows all form fields but I also have form fields that use their own visible calc. Is it possible to have multiple visible calcs on the same page?

yes, there is no limit to the number of calcs

How do I apply 2 calcs to the one field?

one calc and it references two conditions

// eg
"visible_calc" : "model.isEnabled && model.isActive"

will be visible if active and enabled