The items of the Poll can be customized using templates. You can embed any content inside an item template, including HTML markup and ASP.NET server controls (any control from the Obout suite may be added to a template).
In order to set up an item template, use the AnswerTemplate property of the Poll. When using item templates,
the OnGetSelectedItem and OnSetSelectedItem events should also be employed for getting/setting the selected answer.