Topic: Images as label for checkbox and radio button
AB free asked 4 years ago
I am looking to use images as label for checkbox and radio button in MDB React.
Can you help me with that or direct me to the relevant documentation?
Add comment
Jakub Chmura staff answered 4 years ago
Hi @AB,
To set image as a label please use label like this:
<MDBInput
value='Classic checkbox'
label={
<img
src='https://via.placeholder.com/150x30'
className='img-fluid'
alt='tst'
/>
}
type='checkbox'
id='checkbox'
/>
Best, Kuba
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: MDB React
- MDB Version: 4.24.0
- Device: macbook air
- Browser: firefox
- OS: mac os
- Provided sample code: No
- Provided link: No