Simple Bootstrap Switch Toggle component. Known as "Switch" - documentation can be found here: https://react-bootstrap.github.io/forms/checks-radios/#switches
npm install @owlui/switchtoggleSimple Bootstrap Switch Toggle component. Known as "Switch" - documentation can be found here: https://react-bootstrap.github.io/forms/checks-radios/#switches
This SwitchToggle component allows the user to click in order to switch between states, using a boolean.
Example states: TRUE/FALSE, ON/OFF or ACTIVE/INACTIVE.
Click on each component to visit the Bootstrap docs and check out the complete list of available props:
Click the toggle to switch between opposing states.
``jsx
id="custom-switch"
label="Check this switch"
/>