Carbon_Fields\Field\Checkbox_Field::get_label PHP Method

get_label() public method

Label here is empty because it is displayed in the Underscore template.
public get_label ( ) : string
return string Label of the field.
    public function get_label()
    {
        return '';
    }