Go to the source code of this file.
◆ $class
      
        
          | if (isset( $vars[ 'id'])) $class = "elgg-input-radios elgg-{$vars['align']}" | 
        
      
 
 
◆ $defaults
Initial value:= array(
    'align' => 'vertical',
    'value' => array(),
    'disabled' => false,
    'options' => array(),
    'name' => '',
)
 
Definition at line 21 of file radio.php.
 
 
◆ $id
◆ $options
      
        
          | $options = $vars['options'] | 
        
      
 
 
◆ $value
◆ $vars [1/2]
      
        
          | $vars = array_merge($defaults, $vars) | 
        
      
 
 
◆ $vars [2/2]
      
        
          | $vars[ 'class'] = 'elgg-input-radio' | 
        
      
 
 
◆ else
      
        
          | if (is_array( $vars[ 'value'])) else | 
        
      
 
Initial value:{
elgg_strtolower()
Wrapper function for mb_strtolower().
 
 
Definition at line 47 of file radio.php.