[]
Gets or sets the group index of the current radio button. Only one radio button in a group can be checked at any time.
public int GroupIndex { get; set; }
By default, all RenderInputRadioButton objects are placed in a single group with the GroupIndex set to -1.