Go to the source code of this file.
◆ $defaults
Initial value:= array(
    'align' => 'vertical',
    'value' => array(),
    'disabled' => false,
    'options' => array(),
    'name' => '',
    'type' => 'radio'
)
Definition at line 21 of file radio.php.
 
 
◆ $id
◆ $list_class
◆ $options
◆ $radios
◆ $value
◆ $vars [1/2]
      
        
          | $vars = array_merge($defaults, $vars) | 
      
 
 
◆ $vars [2/2]
◆ else
      
        
          | if (is_array( $vars[ 'value'])) else | 
      
 
Initial value:{
elgg_strtolower()
Wrapper function for mb_strtolower().
Definition at line 51 of file radio.php.
 
 
◆ foreach
      
        
          | foreach($options as $label=> $option) | ( |  | $options as, | 
        
          |  |  |  | $option | 
        
          |  | ) |  |  |