Skip to main content
at1091423
Participant
September 25, 2018
Answered

How do you make the black center of a radio button larger?

  • September 25, 2018
  • 1 reply
  • 844 views

Hello all,

A set of radio buttons I created have a tiny dot to indicate if a particular button is pressed.

I want this tiny dot to be large, and fill up the outer circle of the radio button.

Is there a way of getting larger centers?

Thanks!

This topic has been closed for replies.
Correct answer try67

Not by default, no, but it can be set up to work like it using a script.

1 reply

try67
Community Expert
Community Expert
September 25, 2018

No. The size of the circle is dependent on the size of the field, and there

will always be a margin between them.

If you want to control the size you can use a button field with an image

and a script that applies it or removes it when the button is clicked.

The downside of that it's not an actual value, so if export the form data

it won't appear there.

at1091423
at1091423Author
Participant
September 25, 2018

Would a set of button fields work like a set of radio buttons? In other words, if I had five buttons, would I be restricted to selecting *only* one?

As for exporting data, I am not interested in that. The form I am preparing is processed with a form reader, and that takes care of the data aspect.

Thanks!

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
September 25, 2018

Not by default, no, but it can be set up to work like it using a script.