tidak memerlukan bidang saat dicentang tidak ada kotak centang yang berlaku di Laravel

// when some checked no checkbox and description field not required otherwise required
'description' => 'required_unless:descriptionNotApplicable,yes|max:150'
Dev Arman