I am creating a checkbox in HTML like this:
<input type="checkbox" name="vehicle" value="Bike" /> I have a bike<br />
Now, I want I have a bike part i.e. the text that comes besides a checkbox to come from a variable. How can this be done?
I am creating a checkbox in HTML like this:
<input type="checkbox" name="vehicle" value="Bike" /> I have a bike<br />
Now, I want I have a bike part i.e. the text that comes besides a checkbox to come from a variable. How can this be done?