How to typeset radio buttons and rounded rectangles?How to prevent Table of Contents from being added to the bookmarks of a pdf fileLosing check box entries when saving LaTeX-generated PDF formHow to fix the pdf “Bad 'Length' attribute in stream” issue using MacTex tools?poor font quality when exporting to pdfHow can I make toggle buttons with images using pdflatex?Clickable chapters on the right side of each pageIncluding Javascript to flatten PDF form made in latexEditable/fillable PDF Form - Send email with attached full PDF not just FDF

What happens if we run out of terrain tiles?

Command which removes data left side of ";" (semicolon) on each row

Why did the Government cancel Saturday's Brexit-deal vote?

land of light bulbs

Are there any spells that aren't on any class's spell list?

What color should I use for the walls and ceiling of a photography studio?

How do Precipitation Reactions behave in the Absence of Gravity?

Sci-fi book trilogy about space travel & 'jacking'

For a command to increase something, should instructions refer to the "+" key or the "=" key?

Multiple devices with one IPv6 to the Internet?

Starting a fire in a cold planet that has full of flammable gas

2 Different Passports - One with 1 surname, the other with 2 surnames

Reviewer wants me to do massive amount of work, the result would be a different article. Should I tell that to the editor?

Why are so many cities in the list of 50 most violent cities in the world located in South and Central America?

How would a young girl/boy (about 14) who never gets old survive in the 16th century?

My bike's adjustable stem keeps falling down

Where is the deflector array on the Phoenix?

where does black come from in CMYK color mode?

Why is macOS limited to 1064 processes?

Where do overtones in a 555 generated square wave come from?

What is a GPU year?

What's a good strategy for offering low on a house?

Is it bizarre that a professor asks every student for a 3 inch by 5 inch photograph?

Modeling the Choose function



How to typeset radio buttons and rounded rectangles?


How to prevent Table of Contents from being added to the bookmarks of a pdf fileLosing check box entries when saving LaTeX-generated PDF formHow to fix the pdf “Bad 'Length' attribute in stream” issue using MacTex tools?poor font quality when exporting to pdfHow can I make toggle buttons with images using pdflatex?Clickable chapters on the right side of each pageIncluding Javascript to flatten PDF form made in latexEditable/fillable PDF Form - Send email with attached full PDF not just FDF






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









3

















I need to create PDF containing form as in screenshot. How could i create radio buttons and the rounded rectangles covering some text?



enter image description here










share|improve this question
































    3

















    I need to create PDF containing form as in screenshot. How could i create radio buttons and the rounded rectangles covering some text?



    enter image description here










    share|improve this question




























      3












      3








      3








      I need to create PDF containing form as in screenshot. How could i create radio buttons and the rounded rectangles covering some text?



      enter image description here










      share|improve this question















      I need to create PDF containing form as in screenshot. How could i create radio buttons and the rounded rectangles covering some text?



      enter image description here







      pdftex






      share|improve this question














      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 2 at 10:12









      M.HoangM.Hoang

      161 bronze badge




      161 bronze badge























          1 Answer
          1






          active

          oldest

          votes


















          4


















          With tcolorbox package:



          documentclassarticle

          usepackagetcolorbox
          usepackagehyperref

          begindocument

          beginForm
          tcbox[colframe=white,arc=5mm]ChoiceMenu[radio]Option 1
          endForm

          enddocument


          enter image description here






          share|improve this answer




























          • My sincere compliments for your support and answer. Probably with a small shadow near radio button would be aesthetically better and very similar to the image.

            – Sebastiano
            Jun 2 at 10:52







          • 1





            @Sebastiano the button is done by viewer, not by latex. use other viewer

            – coffeetable
            Jun 2 at 11:00












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "85"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );














          draft saved

          draft discarded
















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f493778%2fhow-to-typeset-radio-buttons-and-rounded-rectangles%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown


























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          4


















          With tcolorbox package:



          documentclassarticle

          usepackagetcolorbox
          usepackagehyperref

          begindocument

          beginForm
          tcbox[colframe=white,arc=5mm]ChoiceMenu[radio]Option 1
          endForm

          enddocument


          enter image description here






          share|improve this answer




























          • My sincere compliments for your support and answer. Probably with a small shadow near radio button would be aesthetically better and very similar to the image.

            – Sebastiano
            Jun 2 at 10:52







          • 1





            @Sebastiano the button is done by viewer, not by latex. use other viewer

            – coffeetable
            Jun 2 at 11:00















          4


















          With tcolorbox package:



          documentclassarticle

          usepackagetcolorbox
          usepackagehyperref

          begindocument

          beginForm
          tcbox[colframe=white,arc=5mm]ChoiceMenu[radio]Option 1
          endForm

          enddocument


          enter image description here






          share|improve this answer




























          • My sincere compliments for your support and answer. Probably with a small shadow near radio button would be aesthetically better and very similar to the image.

            – Sebastiano
            Jun 2 at 10:52







          • 1





            @Sebastiano the button is done by viewer, not by latex. use other viewer

            – coffeetable
            Jun 2 at 11:00













          4














          4










          4









          With tcolorbox package:



          documentclassarticle

          usepackagetcolorbox
          usepackagehyperref

          begindocument

          beginForm
          tcbox[colframe=white,arc=5mm]ChoiceMenu[radio]Option 1
          endForm

          enddocument


          enter image description here






          share|improve this answer
















          With tcolorbox package:



          documentclassarticle

          usepackagetcolorbox
          usepackagehyperref

          begindocument

          beginForm
          tcbox[colframe=white,arc=5mm]ChoiceMenu[radio]Option 1
          endForm

          enddocument


          enter image description here







          share|improve this answer















          share|improve this answer




          share|improve this answer








          edited Jun 2 at 10:30

























          answered Jun 2 at 10:24









          coffeetablecoffeetable

          2388 bronze badges




          2388 bronze badges















          • My sincere compliments for your support and answer. Probably with a small shadow near radio button would be aesthetically better and very similar to the image.

            – Sebastiano
            Jun 2 at 10:52







          • 1





            @Sebastiano the button is done by viewer, not by latex. use other viewer

            – coffeetable
            Jun 2 at 11:00

















          • My sincere compliments for your support and answer. Probably with a small shadow near radio button would be aesthetically better and very similar to the image.

            – Sebastiano
            Jun 2 at 10:52







          • 1





            @Sebastiano the button is done by viewer, not by latex. use other viewer

            – coffeetable
            Jun 2 at 11:00
















          My sincere compliments for your support and answer. Probably with a small shadow near radio button would be aesthetically better and very similar to the image.

          – Sebastiano
          Jun 2 at 10:52






          My sincere compliments for your support and answer. Probably with a small shadow near radio button would be aesthetically better and very similar to the image.

          – Sebastiano
          Jun 2 at 10:52





          1




          1





          @Sebastiano the button is done by viewer, not by latex. use other viewer

          – coffeetable
          Jun 2 at 11:00





          @Sebastiano the button is done by viewer, not by latex. use other viewer

          – coffeetable
          Jun 2 at 11:00


















          draft saved

          draft discarded















































          Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f493778%2fhow-to-typeset-radio-buttons-and-rounded-rectangles%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown









          Popular posts from this blog

          Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

          How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

          Training a classifier when some of the features are unknownWhy does Gradient Boosting regression predict negative values when there are no negative y-values in my training set?How to improve an existing (trained) classifier?What is effect when I set up some self defined predisctor variables?Why Matlab neural network classification returns decimal values on prediction dataset?Fitting and transforming text data in training, testing, and validation setsHow to quantify the performance of the classifier (multi-class SVM) using the test data?How do I control for some patients providing multiple samples in my training data?Training and Test setTraining a convolutional neural network for image denoising in MatlabShouldn't an autoencoder with #(neurons in hidden layer) = #(neurons in input layer) be “perfect”?