Skip to content
Snippets Groups Projects
Commit 7c48b60a authored by Frank Duncan's avatar Frank Duncan
Browse files

Add label for choices to allow clicking on the label

parent 3369d841
No related branches found
No related tags found
No related merge requests found
{
"name": "Deliberation",
"version": "0.2.1",
"version": "0.2.2",
"author": [
"Open Tech Strategies"
],
......
......@@ -22,7 +22,9 @@ class DeliberationWidgetTemplate extends QuickTemplate {
}
?>
<li class="<?php echo $choice["class"]; ?>">
<input name="deliberation" type="radio" <?php echo $disabled; ?> <?php echo $checked; ?> value="<?php echo $choice["name"]; ?>"><?php echo $choice["tag"]; ?>
<label class="<?php echo $choice["class"]; ?>">
<input name="deliberation" type="radio" <?php echo $disabled; ?> <?php echo $checked; ?> value="<?php echo $choice["name"]; ?>"><?php echo $choice["tag"]; ?>
</label>
<?php
}
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment