Can I set multiple forums as like groups in Widget Configuration ?

Can I  set multiple forums as  like groups in Widget Configuration
Below code example for groups. Is it possible for the Forum?

 <property id="Groups_to_Ask_a_Question" resourceName="FN_Groups_to_Ask_a_Question" descriptionText="Choose group which probably can have forum" dataType="custom" template="core_v2_groupLookup" enableGroupSelection="false" maxSelections="100" />

Maybe I need to be refactored this code. Because for Forum I can select only one forum.

<property id="Groups_to_Ask_a_Question" resourceName="FN_Groups_to_Ask_a_Question" dataType="select" defaultValue="" controlType="Telligent.Evolution.Discussions.Controls.ForumSelectionControl, Telligent.Evolution.Forums" enableGroupSelection="false" maxSelections="100" />