Questions tagged [collection-radio-buttons]

6 questions
1
vote
0 answers

GetAppearanceStates() in itextsharp

Im getting possible values of checkbox from a dynamic pdf(pdf is uploaded by user at runtime)using GetAppearanceState(). But how to refer the off value and not based on array nos as suggested by @Bruno Lowagie comments on below post. Reference :…
afreen
  • 11
  • 3
1
vote
2 answers

collection_radio_buttons: how do you wrap a tag around each radio button?

collection_radio_buttons() is defined in the rails 5.1 docs like this: collection_radio_buttons( method, collection, value_method, text_method, options = {}, html_options = {}, &block ) There is no explanation in the docs…
7stud
  • 46,922
  • 14
  • 101
  • 127
0
votes
1 answer

C# windows form, how to have radio buttons/checkboxes values input into multiple textboxes?

I am new to C# and have a practice activity I'm really struggling with however am unable to get guidance from my tutor as he is currently ill. I believe I'm stuck on multiple things so I'll try to be as descriptive as possible.. A screenshot of the…
Tyler
  • 1
  • 1
0
votes
1 answer

Reset (or assign a value) to RadioButton in matplotlib

I have a slider and a RadioButton on a plot (very similar to the one show here: https://matplotlib.org/3.1.1/gallery/widgets/slider_demo.html). If I change the Amp and Freq sliders and then hit reset, the plot goes back to its initial values. …
calmymail
  • 127
  • 8
0
votes
2 answers

How to user other methods of the collection on a Simple_Form collection_radio_buttons?

I have a collection_radio_buttons on a simple_form form on Ruby on Rails. Code: <%= f.collection_radio_buttons :player_out, @lineup.lineup_players.starting_players, :id, :name, label: "Player to get out?", collection_wrapper_tag:…
-1
votes
2 answers

How to input text in EditText with 2 groups of RadioButtons

I have 2 groups of radio buttons. And I want to make when btn1stDigitBrown1 of 1st group is pressed it shows on display "1" just as it is in code below and when btn2ndDigitBlack0 from 2nd group is pressed it should also show one number next to the…
TheRock
  • 77
  • 1
  • 1
  • 13