Contact Form 7 1.7.3
December 25, 2007
I released Contact Form 7 1.7.3 last week. I added two options for dropdown menu, checkboxes and radio buttons. default: option allows you to set initially selected or checked items. label-first option is for checkboxes and radio buttons; this makes checkbox-label order reverse.
See also: Contact Form 7 1.7 (The introduction of select+, checkbox, checkbox+ and radio typed tags)
Setting default with default: option
For example, this tag:
[checkbox your-checkbox default:2 "ウインダム" "ミクラス" "アギラ"]
makes the second item “ミクラス” checked initially. The integer following default: is the position in the order of items. 1 is the first one.

If you want to make two or more items checked, joint integers with _ (underbar) as:
[checkbox your-checkbox default:1_3 "ウインダム" "ミクラス" "アギラ"]

Changing checkbox-label order with label-first option
By default, checkbox and radio button are put first, and a label last.
By adding label-first option to checkbox and radio button type tags, you can reverse them.
[checkbox your-checkbox label-first "ウインダム" "ミクラス" "アギラ"]



