Skip to content

Instantly share code, notes, and snippets.

@elinw
Created June 8, 2012 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elinw/2897660 to your computer and use it in GitHub Desktop.
Save elinw/2897660 to your computer and use it in GitHub Desktop.
<field name="address1" type="checkboxes"
label="COM_CONTACT_FIELD_INFORMATION_SUBURB_LABEL"
description="COM_CONTACT_FIELD_INFORMATION_SUBURB_DESC"
multiple="true" default= "(array) blue,red"
>
<option value="red">red</option>
<option value="blue">blue</option>
</field>
TO GET
<li><label id="jform_profile_address1-lbl" for="jform_profile_address1" class="hasTip" title="COM_CONTACT_FIELD_INFORMATION_SUBURB_LABEL::COM_CONTACT_FIELD_INFORMATION_SUBURB_DESC">COM_CONTACT_FIELD_INFORMATION_SUBURB_LABEL</label> string(3) "red"
string(4) "blue"
<fieldset id="jform_profile_address1" class="checkboxes"><ul><li><input type="checkbox" id="jform_profile_address10" name="jform[profile][address1][]" value="red" checked="checked"/><label for="jform_profile_address10">red</label></li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment