Encore\Admin\Form\Field\BootstrapSwitch::render PHP Method

render() public method

public render ( )
    public function render()
    {
        $this->script = "\$('.{$this->id}').bootstrapSwitch();";
        return parent::render()->with(['values' => $this->values]);
    }
BootstrapSwitch