name = $name; $this->label = $label; $this->inline = $inline; $this->required = $required; } public function updatedValue() { $this->dispatch('checkboxChanged', $this->value); } public function render() { return view('livewire.checkbox-form'); } }