non requis un champ lorsqu'il est coché non applicable dans Laravel

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