Hello guys,
New to the latest version. Question…:
Is it possible to pass values to change the text labels inside a FlipToggle button?
I found this online:
<input type=“checkbox” checked data-toggle=“toggle” data-on=“FULL” data-off=“EMPTY” data-onstyle=“success” data-offstyle=“danger”>
I want to pass these values to the control, but don’t know how:
data-on=“FULL” data-off=“EMPTY”