View file fuelux-3.12.0/markup/checkbox-inline.html
<!DOCTYPE html> <html lang="en"> <head><title>Sample Markup</title></head> <body> <label class="checkbox-custom checkbox-inline" data-initialize="checkbox" id="myCustomCheckbox"> <input class="sr-only" type="checkbox" value=""> <span class="checkbox-label">1</span> </label> </body> </html>