Hi,
I am using bootstrap switch so that my checkbox can toggle between 'ON' & 'OFF' value.
The issue is that i am unable to change the width of the switch.
Updating the below 2 properties by providing the required pixels do not have any impact on the width of the switch
// Width of the left and right sides in pixels
handleWidth:'auto'
// Width of the center handle in pixels
labelWidth:'auto'
Additionally, the width of the switch should change as and when the window (actually a popup) resizes.
Can someone please help with resizing the width of the bootstrap switch and also when the popup (containing my switches) resizes?
Please let me know if more details are required.
Thanks,
Sheldon