Yes, you can turn this on by editing the \CMSWebParts\BizForms\bizform.ascx.cs file and adding following line to SetupControl() method:
viewBiz.MarkRequiredFields = true;
Or you can extend the web part by extra checkbox field that would set this to each form separately.