Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

169
Views
Radio button with text input and dropdown list for React Jsx

I am trying to implemented radio buttons in react. For each option of the radio button, it will have text input or dropdown as the input as well. I tried to use 'react-bootstrap/Form', however, it seems not allow me add input into the Form.check.

```<Form>
        {['radio'].map((type) => (
          <div key={`default-${type}`} className="mb-3">
            <Form.Check type={type} id={`${type}-1`} label={`Within miles`} />
            <Form.Check type={type} id={`${type}-2`} label={`Option`}>
              <InputGroup className="mb-3">
              <InputGroup.Text >Enter option</InputGroup.Text>
              </InputGroup>
            </ Form.Check >
          </div>
        ))}
      </Form>```

I am wondering how could I achieve the radio button with the text and dropdown input in react. The screenshot is the style I would like to achieve. Thanks. enter image description here

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!