UNPKG

sc-react-ions

Version:

An open source set of React components that implement Ambassador's Design and UX patterns.

12 lines (9 loc) 346 B
import React from 'react' import Checkbox from 'react-ions/lib/components/Checkbox' const ExampleCheckboxDefault = () => ( <Checkbox label={<span>Label with a <a href='http://www.getambassador.com' target='_blank' style={{position: 'relative', zIndex: '3'}}>link</a></span>} value={false} /> ) export default ExampleCheckboxDefault