Skip to content

Commit

Permalink
Added 'inline' parameter to 'radio' and 'checkboxes'
Browse files Browse the repository at this point in the history
  • Loading branch information
moldcraft committed Feb 3, 2015
1 parent 40c091e commit 38e18a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions options/built-in-option-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ A list of checkboxes.
'choice-2' => __('Choice 2', 'fw'),
'choice-3' => __('Choice 3', 'fw'),
),
// Display choices inline instead of list
'inline' => false,
)
Expand All @@ -180,6 +182,8 @@ A list of radio buttons.
'choice-2' => __('Choice 2', 'fw'),
'choice-3' => __('Choice 3', 'fw'),
),
// Display choices inline instead of list
'inline' => false,
)
Expand Down

0 comments on commit 38e18a8

Please sign in to comment.