Showing 1 – 3 of 3 replies
kauedrey_

I'm trying to display a simple alert […]

kauedrey_ PURCHASED
6 years ago
I'm trying to display a simple alert but it does not work correctly. How to solve?

<div class="alert alert-success">Message</div>
kauedrey_
kauedrey_ PURCHASED
6 years ago
I am also trying to show checkbox and does not appear, how to solve?

<div class="checkbox">
<label><input type="checkbox" value="">Option 1</label>
</div>
saasit_io
saasit_io
3 years ago
Did you ever get an update on this?
rushenn
rushenn SELLER
3 years ago
@saasit_io

For checkbox, please use the following code as mentioned in the docs,

<div class="checkbox">
<label>
<input type="checkbox">
<i class="input-helper"></i>
Sample checkbox
</label>
</div>

And for Alerts, please include the alerts component from Bootstrap in app.less (Please use the correct Bootstrap version). Alert was not added as part of the main package as the component was not used in the template.