Skip to content

Instantly share code, notes, and snippets.

@DinoChiesa
Created August 4, 2016 19:19
Show Gist options
  • Save DinoChiesa/10ece2d33ac110f066b252235422ec38 to your computer and use it in GitHub Desktop.
Save DinoChiesa/10ece2d33ac110f066b252235422ec38 to your computer and use it in GitHub Desktop.
$form['settings'] = array(
'#type' => 'textfield',
'#states' => array(
// Only show this field when the 'toggle_me' checkbox is enabled.
'visible' => array(
':input[name="toggle_me"]' => array('checked' => TRUE),
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment