Skip to content
Discussion options

You must be logged in to vote

You defined a radiobutton control that uses the variable RadioButtonOptions and said that the buttons have the values 0, 1 and 2. But you never defined the variable or gave it a value so it doesn't know which button should be selected. You need to add this to your bundle:

<Variable Name="RadioButtonOptions" bal:Overridable="yes" Type="string" Value="0"/>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Frittions
Comment options

Answer selected by Frittions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants