Incorporating Radio Buttons into a Sitefinity Widget Setting (MVC)
I'm using Sitefinity MVC to create a custom widget. So far I have the following:
public string Color get; set; //This is a textbox
If I wanted the settings to do radio buttons, how would I get that done? So like drag a widget on the page, click on edit, and see radio buttons as one of the settings?
Thanks.