Hi Bootstrap buttons are very beautiful, but How could I get the value which the user click or enter?
ie. for the check boxes.
<label class="checkbox inline">
<input type="checkbox" id="inlineCheckbox1" value="option1"> 1
</label>
<label class="checkbox inline">
<input type="checkbox" id="inlineCheckbox2" value="option2"> 2
</label>
<label class="checkbox inline">
<input type="checkbox" id="inlineCheckbox3" value="option3"> 3
</label>
If I use the PHP, could I get the values to the next page? How?