[ Close ] Learn more about our custom WordPress development services at htmlBurger

Documentation

Documentation > Fields > Checkbox

Checkbox

The checkbox field create a single tick-able option with a label next to it.

Setup methods

set_option_value($value)

Set the value that will be saved when the option is ticked.

NB! When unticked, the value is not saved in the database.
Field::make("checkbox", "crb_show_content", "Show content")
    ->set_option_value('yes')

Excited about Carbon Fields? Spread the word!